aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--textproc/y2l/Makefile10
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>