aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorCraig Rodrigues <rodrigc@FreeBSD.org>2013-07-18 05:39:00 +0000
committerCraig Rodrigues <rodrigc@FreeBSD.org>2013-07-18 05:39:00 +0000
commit2b5a4a9efbcea24d91cae01e5c20cc2189b7e231 (patch)
tree06bedc30031e5a9db4d269eb99a42c235eed202b /dns
parentda95eb01c9226d17d466dad8a4c3300cd9bdf554 (diff)
downloadports-2b5a4a9efbcea24d91cae01e5c20cc2189b7e231.tar.gz
ports-2b5a4a9efbcea24d91cae01e5c20cc2189b7e231.zip
Notes
Diffstat (limited to 'dns')
-rw-r--r--dns/hostdb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/dns/hostdb/Makefile b/dns/hostdb/Makefile
index 43fc86e01b91..6ba79d76a186 100644
--- a/dns/hostdb/Makefile
+++ b/dns/hostdb/Makefile
@@ -17,6 +17,9 @@ HOSTDB_EXAMPLES_DIRS+= mailserverexample/out mailserverexample
.include <bsd.port.options.mk>
+pre-install:
+ ${FIND} ${WRKSRC} -name "*\.orig" -delete
+
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/bin
.if ${PORT_OPTIONS:MEXAMPLES}