aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2014-01-28 04:46:39 +0800
committermat <mat@FreeBSD.org>2014-01-28 04:46:39 +0800
commitdd1b0b2beeb9a85bd009027edde19543641bb708 (patch)
tree2520fb4157c96f5993a13843028aef2afb376ea3 /textproc
parent4e67835c3a9516830d2ae209edfffe9f731eba46 (diff)
downloadfreebsd-ports-gnome-dd1b0b2beeb9a85bd009027edde19543641bb708.tar.gz
freebsd-ports-gnome-dd1b0b2beeb9a85bd009027edde19543641bb708.tar.zst
freebsd-ports-gnome-dd1b0b2beeb9a85bd009027edde19543641bb708.zip
Convert to staging.
Sponsored by: Absolight
Diffstat (limited to 'textproc')
-rw-r--r--textproc/gastex/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/textproc/gastex/Makefile b/textproc/gastex/Makefile
index edb07d944689..26defb167c89 100644
--- a/textproc/gastex/Makefile
+++ b/textproc/gastex/Makefile
@@ -20,14 +20,12 @@ TEXMFDIR?= share/texmf
GASTEXDIR= ${PREFIX}/${TEXMFDIR}/tex/latex/gastex
GASDVIDIR= ${PREFIX}/${TEXMFDIR}/dvips/gastex
-NO_STAGE= yes
do-install:
- @${MKDIR} ${GASTEXDIR}
- @${MKDIR} ${GASDVIDIR}
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${_DISTDIR}/gastex.sty ${GASTEXDIR}
- ${INSTALL_DATA} ${_DISTDIR}/gastex.pro ${GASDVIDIR}
- ${INSTALL_DATA} ${_DISTDIR}/ex-gastex.tex ${EXAMPLESDIR}
- mktexlsr
+ @${MKDIR} ${STAGEDIR}${GASTEXDIR}
+ @${MKDIR} ${STAGEDIR}${GASDVIDIR}
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/gastex.sty ${STAGEDIR}${GASTEXDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/gastex.pro ${STAGEDIR}${GASDVIDIR}
+ ${INSTALL_DATA} ${_DISTDIR}/ex-gastex.tex ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>