svn commit: r406250 - head/sysutils/bsdadminscripts

Pawel Pekala pawel at FreeBSD.org
Sat Jan 16 17:36:08 UTC 2016


Author: pawel
Date: Sat Jan 16 17:36:06 2016
New Revision: 406250
URL: https://svnweb.freebsd.org/changeset/ports/406250

Log:
  Remove plist target, we have eqivalent make makeplist
  
  Submitted by:	bapt

Modified:
  head/sysutils/bsdadminscripts/Makefile

Modified: head/sysutils/bsdadminscripts/Makefile
==============================================================================
--- head/sysutils/bsdadminscripts/Makefile	Sat Jan 16 17:26:19 2016	(r406249)
+++ head/sysutils/bsdadminscripts/Makefile	Sat Jan 16 17:36:06 2016	(r406250)
@@ -57,7 +57,4 @@ post-install-DOCS-on:
 	${MKDIR} ${STAGEDIR}${DOCSDIR}
 	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
 
-plist:
-	cd ${WRKSRC}/src && ${SH} plist.sh > ${PLIST}
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list