svn commit: r328332 - head/misc/bogosort

Eitan Adler eadler at FreeBSD.org
Thu Sep 26 03:18:22 UTC 2013


Author: eadler
Date: Thu Sep 26 03:18:22 2013
New Revision: 328332
URL: http://svnweb.freebsd.org/changeset/ports/328332

Log:
  Remove duplicate PLIST_FILES

Modified:
  head/misc/bogosort/Makefile

Modified: head/misc/bogosort/Makefile
==============================================================================
--- head/misc/bogosort/Makefile	Thu Sep 26 03:17:37 2013	(r328331)
+++ head/misc/bogosort/Makefile	Thu Sep 26 03:18:22 2013	(r328332)
@@ -18,6 +18,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 GNU_CONFIGURE=	yes
 
 INFO=		bogosort
-PLIST_FILES=	bin/bogosort man/man1/bogosort.1.gz man/man1/bogosort.1.gz
+PLIST_FILES=	bin/bogosort man/man1/bogosort.1.gz
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list