aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-25 17:51:07 +0800
committerMartin Wilke <miwi@FreeBSD.org>2014-05-25 17:51:07 +0800
commite59d3f9424e340bb2cf5b90c5c8852d389ef3b17 (patch)
tree95f60b4871c745ab43cc8f65cb7ed1785fd5a4e3
parent46d90be0ecfdb5b01a02ae42ed400944d096c1eb (diff)
downloadfreebsd-ports-gnome-e59d3f9424e340bb2cf5b90c5c8852d389ef3b17.tar.gz
freebsd-ports-gnome-e59d3f9424e340bb2cf5b90c5c8852d389ef3b17.tar.zst
freebsd-ports-gnome-e59d3f9424e340bb2cf5b90c5c8852d389ef3b17.zip
- Stage support
PR: 190188 Submitted by: maintainer
-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>