aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-17 20:45:52 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-17 20:45:52 +0800
commit85324fc4bd7b7d06612f627c03da42a43f9e0eb1 (patch)
tree6843f229cf11e97de3d3df9f2397145749c0de47 /lang
parentb72313400ebbd85c2a685bf9c6ce6ce2c4f00066 (diff)
downloadfreebsd-ports-gnome-85324fc4bd7b7d06612f627c03da42a43f9e0eb1.tar.gz
freebsd-ports-gnome-85324fc4bd7b7d06612f627c03da42a43f9e0eb1.tar.zst
freebsd-ports-gnome-85324fc4bd7b7d06612f627c03da42a43f9e0eb1.zip
Stagify.
Approved by: portmgr@
Diffstat (limited to 'lang')
-rw-r--r--lang/malbolge/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/lang/malbolge/Makefile b/lang/malbolge/Makefile
index 47814b06f58d..b83d1c293d7b 100644
--- a/lang/malbolge/Makefile
+++ b/lang/malbolge/Makefile
@@ -10,21 +10,18 @@ MAINTAINER= dereckson@gmail.com
COMMENT= An esoteric language
PLIST_FILES= bin/malbolge
-
-PORTDOCS= *
-
-NO_STAGE= yes
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/malbolge ${PREFIX}/bin
-
OPTIONS_DEFINE= DOCS
+PORTDOCS= *
.include <bsd.port.options.mk>
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/malbolge ${STAGEDIR}${PREFIX}/bin
+
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/malbolge.txt ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>