diff options
Diffstat (limited to 'dns/ddup/Makefile')
-rw-r--r-- | dns/ddup/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile index b6e9f5150e5c..35f151b95cf2 100644 --- a/dns/ddup/Makefile +++ b/dns/ddup/Makefile @@ -17,6 +17,10 @@ WRKSRC= ${WRKDIR}/ddup-nic MAN1= ddup.1 MANCOMPRESSED= no +post-configure: + @${PERL} -pi.orig -e 's:/etc/ddup.conf:${PREFIX}/etc/ddup.conf:' \ + ${WRKSRC}/INSTALL-C + post-install: strip ${PREFIX}/sbin/ddup |