aboutsummaryrefslogtreecommitdiff
path: root/devel/as31
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-10 21:02:02 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-10 21:02:02 +0000
commit5c3f75aba72916d25d4e3f744868ee326322214e (patch)
tree061179016665d64df845e488fe3b7d3a5f129cc3 /devel/as31
parent3c2e1c966e2e4da89b1bf56508c80b5d9683e4dd (diff)
downloadports-5c3f75aba72916d25d4e3f744868ee326322214e.tar.gz
ports-5c3f75aba72916d25d4e3f744868ee326322214e.zip
Notes
Diffstat (limited to 'devel/as31')
-rw-r--r--devel/as31/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/as31/Makefile b/devel/as31/Makefile
index 4aef58fff62e..993554e4a23a 100644
--- a/devel/as31/Makefile
+++ b/devel/as31/Makefile
@@ -17,13 +17,11 @@ COMMENT= Free 8051 assembler
USES= bison gmake
WRKSRC= ${WRKDIR}/${PORTNAME}
-MAN1= as31.1
-PLIST_FILES= bin/as31 %%X11%%bin/as31_gtk
+PLIST_FILES= bin/as31 %%X11%%bin/as31_gtk man/man1/as31.1.gz
OPTIONS_DEFINE= X11
OPTIONS_SUB= yes
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MX11}
@@ -33,10 +31,10 @@ ALL_TARGET= as31
.endif
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/as31 ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/as31.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/as31 ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/as31.1 ${STAGEDIR}${MANPREFIX}/man/man1
.if ${PORT_OPTIONS:MX11}
- ${INSTALL_PROGRAM} ${WRKSRC}/as31_gtk ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/as31_gtk ${STAGEDIR}${PREFIX}/bin
.endif
.include <bsd.port.mk>