svn commit: r328891 - head/textproc/rand

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Sep 30 22:47:42 UTC 2013


Author: danilo
Date: Mon Sep 30 22:47:41 2013
New Revision: 328891
URL: http://svnweb.freebsd.org/changeset/ports/328891

Log:
  - Change maintainer email to @FreeBSD.org
  - Add stage support
  - Convert USE_GMAKE to USES
  
  Approved by:	wg (mentor)

Modified:
  head/textproc/rand/Makefile

Modified: head/textproc/rand/Makefile
==============================================================================
--- head/textproc/rand/Makefile	Mon Sep 30 22:47:07 2013	(r328890)
+++ head/textproc/rand/Makefile	Mon Sep 30 22:47:41 2013	(r328891)
@@ -7,18 +7,16 @@ CATEGORIES=	textproc
 MASTER_SITES=	http://bzflag.bz/~erik/files/ \
 		http://elfga.com/~erik/files/
 
-MAINTAINER=	danilogondolfo at gmail.com
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Utility to display files or streams in random order
 
-USE_GMAKE=	yes
+USES=	gmake
 GNU_CONFIGURE=	yes
 
-MAN1=		rand.1
-PLIST_FILES=	bin/rand
+PLIST_FILES=	bin/rand man/man1/rand.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${MANPREFIX}/man/man1
+	${INSTALL_PROGRAM} ${WRKSRC}/src/rand ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/docs/rand.1 ${STAGEDIR}${MANPREFIX}/man/man1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list