summaryrefslogtreecommitdiff
path: root/dns/ez-ipupdate
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2006-08-12 15:16:47 +0000
committerStefan Eßer <se@FreeBSD.org>2006-08-12 15:16:47 +0000
commitd028c5bc432aa73157ccc9de91023b9ea3c5a0f8 (patch)
tree68ca13a68f3c30d965f4c50522b29899916032d8 /dns/ez-ipupdate
parent- Respect DESTDIR (diff)
Install to /... instead of to /...
Notes
Notes: svn path=/head/; revision=170414
Diffstat (limited to 'dns/ez-ipupdate')
-rw-r--r--dns/ez-ipupdate/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/ez-ipupdate/Makefile b/dns/ez-ipupdate/Makefile
index 05eb9753ad56..7821f5463a72 100644
--- a/dns/ez-ipupdate/Makefile
+++ b/dns/ez-ipupdate/Makefile
@@ -20,12 +20,12 @@ USE_RC_SUBR= ez-ipupdate.sh
GNU_CONFIGURE= yes
post-install:
- ${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
+ ${MKDIR} ${TARGETDIR}/share/examples/${PORTNAME}
for f in ${WRKSRC}/example-*.conf; \
do \
- ${INSTALL_DATA} $$f ${PREFIX}/share/examples/${PORTNAME}/; \
+ ${INSTALL_DATA} $$f ${TARGETDIR}/share/examples/${PORTNAME}/; \
done
${INSTALL_DATA} ${WRKSRC}/example.conf \
- ${PREFIX}/etc/${PORTNAME}.conf.sample
+ ${TARGETDIR}/etc/${PORTNAME}.conf.sample
.include <bsd.port.mk>