aboutsummaryrefslogtreecommitdiffstats
path: root/dns/hostdb
diff options
context:
space:
mode:
authorrodrigc <rodrigc@FreeBSD.org>2013-07-18 13:39:00 +0800
committerrodrigc <rodrigc@FreeBSD.org>2013-07-18 13:39:00 +0800
commit6d7dd546f000a79e491e297b660fb36882e3bb17 (patch)
tree06bedc30031e5a9db4d269eb99a42c235eed202b /dns/hostdb
parent532647776b052e4110543a7c51e4c97408e91212 (diff)
downloadfreebsd-ports-gnome-6d7dd546f000a79e491e297b660fb36882e3bb17.tar.gz
freebsd-ports-gnome-6d7dd546f000a79e491e297b660fb36882e3bb17.tar.zst
freebsd-ports-gnome-6d7dd546f000a79e491e297b660fb36882e3bb17.zip
Clean up files which were being installed but not part of plist.
Diffstat (limited to 'dns/hostdb')
-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}