svn commit: r376544 - head/Mk

Mathieu Arnold mat at FreeBSD.org
Thu Jan 8 16:13:42 UTC 2015


Author: mat
Date: Thu Jan  8 16:13:41 2015
New Revision: 376544
URL: https://svnweb.freebsd.org/changeset/ports/376544
QAT: https://qat.redports.org/buildarchive/r376544/

Log:
  Remove a dupplicate occurence of a target.
  
  Noticed by:	bdrewery
  Sponsored by:	Absolight

Modified:
  head/Mk/bsd.port.mk

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu Jan  8 16:11:42 2015	(r376543)
+++ head/Mk/bsd.port.mk	Thu Jan  8 16:13:41 2015	(r376544)
@@ -5932,7 +5932,7 @@ _STAGE_SEQ+=	create-users-groups do-inst
 				install-rc-script install-ldconfig-file install-license \
 				install-desktop-entries add-plist-info add-plist-docs \
 				add-plist-examples add-plist-data add-plist-post \
-				move-uniquefiles-plist fix-perl-things
+				move-uniquefiles-plist
 .if defined(DEVELOPER)
 _STAGE_SEQ+=	stage-qa
 .endif


More information about the svn-ports-all mailing list