svn commit: r323202 - head/dns/hostdb
Craig Rodrigues
rodrigc at FreeBSD.org
Thu Jul 18 05:39:01 UTC 2013
Author: rodrigc (src committer)
Date: Thu Jul 18 05:39:00 2013
New Revision: 323202
URL: http://svnweb.freebsd.org/changeset/ports/323202
Log:
Clean up files which were being installed but not part of plist.
Modified:
head/dns/hostdb/Makefile
Modified: head/dns/hostdb/Makefile
==============================================================================
--- head/dns/hostdb/Makefile Thu Jul 18 05:35:36 2013 (r323201)
+++ head/dns/hostdb/Makefile Thu Jul 18 05:39:00 2013 (r323202)
@@ -17,6 +17,9 @@ HOSTDB_EXAMPLES_DIRS+= 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}
More information about the svn-ports-head
mailing list