svn commit: r328892 - head/textproc/y2l

Danilo Egea Gondolfo danilo at FreeBSD.org
Mon Sep 30 22:48:10 UTC 2013


Author: danilo
Date: Mon Sep 30 22:48:09 2013
New Revision: 328892
URL: http://svnweb.freebsd.org/changeset/ports/328892

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

Modified:
  head/textproc/y2l/Makefile

Modified: head/textproc/y2l/Makefile
==============================================================================
--- head/textproc/y2l/Makefile	Mon Sep 30 22:47:41 2013	(r328891)
+++ head/textproc/y2l/Makefile	Mon Sep 30 22:48:09 2013	(r328892)
@@ -6,17 +6,15 @@ PORTVERSION=	1.2
 CATEGORIES=	textproc
 MASTER_SITES=	SF
 
-MAINTAINER=	danilogondolfo at gmail.com
+MAINTAINER=	danilo at FreeBSD.org
 COMMENT=	Yacc-to-Latex pretty printer/converter
 
 NO_BUILD=	yes
 
-MAN1=		y2l.1
-PLIST_FILES=	bin/y2l
+PLIST_FILES=	bin/y2l man/man1/y2l.1.gz
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/y2l ${PREFIX}/bin
-	${INSTALL_MAN} ${WRKSRC}/y2l.man ${MANPREFIX}/man/man1/y2l.1
+	${INSTALL_SCRIPT} ${WRKSRC}/y2l ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_MAN} ${WRKSRC}/y2l.man ${STAGEDIR}${MANPREFIX}/man/man1/y2l.1
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list