diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 12:36:20 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 12:36:20 +0000 |
commit | 5880b17653512e186c14e6336c3c482d380c75ed (patch) | |
tree | 289ff821d32f43a9d28e516d3eb0963ccf334b2b /misc/jargon | |
parent | a762c4c8ec18f3843b5b12781a0ddca347e421bd (diff) | |
download | ports-5880b17653512e186c14e6336c3c482d380c75ed.tar.gz ports-5880b17653512e186c14e6336c3c482d380c75ed.zip |
Notes
Diffstat (limited to 'misc/jargon')
-rw-r--r-- | misc/jargon/Makefile | 7 |
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> |