diff options
author | danilo <danilo@FreeBSD.org> | 2013-10-01 06:48:09 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-10-01 06:48:09 +0800 |
commit | 01069a25e4c4f246cbc2a586013fef6d53340585 (patch) | |
tree | 91e0428896ed12549a581be832a7dd647a3e3168 /textproc/y2l | |
parent | b1ec5227c3f797f3f7debbd36c69ae65f3ab7112 (diff) | |
download | freebsd-ports-gnome-01069a25e4c4f246cbc2a586013fef6d53340585.tar.gz freebsd-ports-gnome-01069a25e4c4f246cbc2a586013fef6d53340585.tar.zst freebsd-ports-gnome-01069a25e4c4f246cbc2a586013fef6d53340585.zip |
- Change maintainer email to @FreeBSD.org
- Add stage support
Approved by: wg (mentor)
Diffstat (limited to 'textproc/y2l')
-rw-r--r-- | textproc/y2l/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/textproc/y2l/Makefile b/textproc/y2l/Makefile index e426a72705ad..7914fd064406 100644 --- a/textproc/y2l/Makefile +++ b/textproc/y2l/Makefile @@ -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> |