svn commit: r328331 - head/misc/bogosort

Eitan Adler eadler at FreeBSD.org
Thu Sep 26 03:17:38 UTC 2013


Author: eadler
Date: Thu Sep 26 03:17:37 2013
New Revision: 328331
URL: http://svnweb.freebsd.org/changeset/ports/328331

Log:
  Respect STAGEDIR

Modified:
  head/misc/bogosort/Makefile

Modified: head/misc/bogosort/Makefile
==============================================================================
--- head/misc/bogosort/Makefile	Thu Sep 26 02:58:10 2013	(r328330)
+++ head/misc/bogosort/Makefile	Thu Sep 26 03:17:37 2013	(r328331)
@@ -17,9 +17,7 @@ WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVER
 
 GNU_CONFIGURE=	yes
 
-MAN1=		bogosort.1
 INFO=		bogosort
-PLIST_FILES=	bin/bogosort
+PLIST_FILES=	bin/bogosort man/man1/bogosort.1.gz man/man1/bogosort.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list