aboutsummaryrefslogtreecommitdiffstats
path: root/devel/dasm
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-21 07:37:12 +0800
committerbapt <bapt@FreeBSD.org>2014-01-21 07:37:12 +0800
commit96bfc2cee2349893ae82fc493fff24f5be85b0d2 (patch)
tree20eda5527026e2e4f84bfe0c2c2ac4f8ce9848a2 /devel/dasm
parent73908cfc6db0674dc7ec63e9162ecacdc56addef (diff)
downloadfreebsd-ports-gnome-96bfc2cee2349893ae82fc493fff24f5be85b0d2.tar.gz
freebsd-ports-gnome-96bfc2cee2349893ae82fc493fff24f5be85b0d2.tar.zst
freebsd-ports-gnome-96bfc2cee2349893ae82fc493fff24f5be85b0d2.zip
Support stage
Diffstat (limited to 'devel/dasm')
-rw-r--r--devel/dasm/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/dasm/Makefile b/devel/dasm/Makefile
index 71156e03199f..f70489056742 100644
--- a/devel/dasm/Makefile
+++ b/devel/dasm/Makefile
@@ -22,18 +22,11 @@ PORTDOCS= *
PLIST_FILES= bin/dasm \
bin/ftohex
-NO_STAGE= yes
do-install:
.for filename in dasm ftohex
- ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${filename} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${filename} ${STAGEDIR}${PREFIX}/bin
.endfor
-
-.include <bsd.port.options.mk>
-
-post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR}
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>