Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2013 05:39:00 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r323202 - head/dns/hostdb
Message-ID:  <201307180539.r6I5d0Tu089463@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307180539.r6I5d0Tu089463>