aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-21 20:36:20 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-21 20:36:20 +0800
commit41bc6707835e0cd3bc37dce4075653b91cb0991c (patch)
tree289ff821d32f43a9d28e516d3eb0963ccf334b2b /misc
parenta2765318daec391ccea47e90215165a7205f5997 (diff)
downloadfreebsd-ports-gnome-41bc6707835e0cd3bc37dce4075653b91cb0991c.tar.gz
freebsd-ports-gnome-41bc6707835e0cd3bc37dce4075653b91cb0991c.tar.zst
freebsd-ports-gnome-41bc6707835e0cd3bc37dce4075653b91cb0991c.zip
Support staging
Diffstat (limited to 'misc')
-rw-r--r--misc/jargon/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/misc/jargon/Makefile b/misc/jargon/Makefile
index 78620aaf32fb..9babf696545f 100644
--- a/misc/jargon/Makefile
+++ b/misc/jargon/Makefile
@@ -13,15 +13,14 @@ NO_BUILD= yes
DATADIR= ${PREFIX}/share/jargon
-NO_STAGE= yes
post-extract:
(cd ${WRKSRC}; \
${RM} -rf html/graphics/.xvpics graphics/.xvpics \
html/letters.html~ html/online-preface.html~)
do-install:
- ${MKDIR} ${DATADIR}
- (cd ${WRKSRC}; ${PAX} -rw . ${DATADIR})
- ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR}
+ ${MKDIR} ${STAGEDIR}${DATADIR}
+ (cd ${WRKSRC}; ${PAX} -rw . ${STAGEDIR}${DATADIR})
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>