From 2b5a4a9efbcea24d91cae01e5c20cc2189b7e231 Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Thu, 18 Jul 2013 05:39:00 +0000 Subject: [PATCH] Clean up files which were being installed but not part of plist. --- dns/hostdb/Makefile | 3 +++ 1 file changed, 3 insertions(+) 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 +pre-install: + ${FIND} ${WRKSRC} -name "*\.orig" -delete + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/bin .if ${PORT_OPTIONS:MEXAMPLES}