aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/gmat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gmat/Makefile')
-rw-r--r--textproc/gmat/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/gmat/Makefile b/textproc/gmat/Makefile
index 06878daa3d19..a0673beb0a0f 100644
--- a/textproc/gmat/Makefile
+++ b/textproc/gmat/Makefile
@@ -25,7 +25,8 @@ USE_REINPLACE= yes
REINPLACE_ARGS= -i ""
WRKSRC= ${WRKDIR}/${PORTNAME}-0.2.4
-PKGMESSAGE= ${WRKDIR}/pkg-message
+MAKE_ARGS= CC="${CC}" PRODROOT="${DATADIR}" SOELIMPATHNAME="/usr/bin/soelim"
+SUB_FILES= pkg-message
PORTDOCS= README gmat.sgm
DTDVER?= 4.2 # docbook-xml version
@@ -59,8 +60,6 @@ post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
- @${SED} -e "s|/usr/local|${PREFIX}|" < ${FILESDIR}/pkg-message.in \
- > ${PKGMESSAGE}
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>