diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-02 11:35:01 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-01-02 11:35:01 +0000 |
commit | b4a96af6926764b4f50610089cc7b3777e96eb95 (patch) | |
tree | 1cdf2d8f94021d9a2147225fc822b345cff209ac /dns | |
parent | 8b2abdea01cd650bfc884ef223ea3fe12043e82d (diff) | |
download | ports-b4a96af6926764b4f50610089cc7b3777e96eb95.tar.gz ports-b4a96af6926764b4f50610089cc7b3777e96eb95.zip |
Notes
Diffstat (limited to 'dns')
-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 |