aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-21 23:46:15 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-21 23:46:15 +0800
commit4fc455d036c46072b84c772d4fe1fa221eef0f5d (patch)
tree45e5f5b23e3142be9a8057abe192419584f35891 /multimedia
parent82f7800c0dd61f9d0db40e0cfd863b6c9dea1e02 (diff)
downloadfreebsd-ports-gnome-4fc455d036c46072b84c772d4fe1fa221eef0f5d.tar.gz
freebsd-ports-gnome-4fc455d036c46072b84c772d4fe1fa221eef0f5d.tar.zst
freebsd-ports-gnome-4fc455d036c46072b84c772d4fe1fa221eef0f5d.zip
Support staging
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/tcmplex-panteltje/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/multimedia/tcmplex-panteltje/Makefile b/multimedia/tcmplex-panteltje/Makefile
index 232070f607a4..0ddb6d3fd3f8 100644
--- a/multimedia/tcmplex-panteltje/Makefile
+++ b/multimedia/tcmplex-panteltje/Makefile
@@ -20,14 +20,13 @@ ALL_TARGET= a.out
PORTDOCS= CHANGES COPYRIGHT README
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
+OPTIONS_DEFINE= DOCS
+
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>