summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass/Makefile
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1995-04-17 19:15:38 +0000
committerrgrimes <rgrimes@FreeBSD.org>1995-04-17 19:15:38 +0000
commite7dcc3178dac720470adf37e07b320a8600fb0ce (patch)
treea73f901ea6da660918451aa3819c750d47725ab7 /usr.bin/chpass/Makefile
parent88e2646a0dddc23c24f942c60f9f2f4b52756ffa (diff)
downloadFreeBSD-src-e7dcc3178dac720470adf37e07b320a8600fb0ce.zip
FreeBSD-src-e7dcc3178dac720470adf37e07b320a8600fb0ce.tar.gz
Missing ${DESTDIR} on chflags commands added.
Diffstat (limited to 'usr.bin/chpass/Makefile')
-rw-r--r--usr.bin/chpass/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index d5090da..7b76f90 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -10,9 +10,10 @@ LINKS= ${BINDIR}/chpass ${BINDIR}/chfn ${BINDIR}/chpass ${BINDIR}/chsh
MLINKS= chpass.1 chfn.1 chpass.1 chsh.1
beforeinstall:
- [ ! -e /usr/bin/chpass ] || chflags noschg /usr/bin/chpass
+ [ ! -e ${DESTDIR}/usr/bin/chpass ] || \
+ chflags noschg ${DESTDIR}/usr/bin/chpass
afterinstall:
- chflags schg /usr/bin/chpass
+ chflags schg ${DESTDIR}/usr/bin/chpass
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud