aboutsummaryrefslogtreecommitdiffstats
path: root/comms/ge-x2212
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-25 17:51:07 +0800
committermiwi <miwi@FreeBSD.org>2014-05-25 17:51:07 +0800
commit56aabf4a9ad4e8237947ebe07811f93afff69cfc (patch)
tree95f60b4871c745ab43cc8f65cb7ed1785fd5a4e3 /comms/ge-x2212
parent7c8e529a28c7def8f4ad13477be2f982d62466bf (diff)
downloadfreebsd-ports-gnome-56aabf4a9ad4e8237947ebe07811f93afff69cfc.tar.gz
freebsd-ports-gnome-56aabf4a9ad4e8237947ebe07811f93afff69cfc.tar.zst
freebsd-ports-gnome-56aabf4a9ad4e8237947ebe07811f93afff69cfc.zip
- Stage support
PR: 190188 Submitted by: maintainer
Diffstat (limited to 'comms/ge-x2212')
-rw-r--r--comms/ge-x2212/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/comms/ge-x2212/Makefile b/comms/ge-x2212/Makefile
index beb8607e5ef9..e78087086151 100644
--- a/comms/ge-x2212/Makefile
+++ b/comms/ge-x2212/Makefile
@@ -18,16 +18,14 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-2
PLIST_FILES= bin/ge-x2212-2
PORTDOCS= schematic.txt
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${FILESDIR}/schematic.txt ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${FILESDIR}/schematic.txt ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>