Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Sep 2013 22:48:09 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328892 - head/textproc/y2l
Message-ID:  <201309302248.r8UMm99Z089897@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@gmail.com
+MAINTAINER=	danilo@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309302248.r8UMm99Z089897>