diff options
Diffstat (limited to 'dns/hostdb/Makefile')
-rw-r--r-- | dns/hostdb/Makefile | 3 |
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} |