aboutsummaryrefslogtreecommitdiff
path: root/misc/jargon
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 12:36:20 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-21 12:36:20 +0000
commit5880b17653512e186c14e6336c3c482d380c75ed (patch)
tree289ff821d32f43a9d28e516d3eb0963ccf334b2b /misc/jargon
parenta762c4c8ec18f3843b5b12781a0ddca347e421bd (diff)
downloadports-5880b17653512e186c14e6336c3c482d380c75ed.tar.gz
ports-5880b17653512e186c14e6336c3c482d380c75ed.zip
Notes
Diffstat (limited to 'misc/jargon')
-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>