diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-27 18:26:12 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-27 18:26:12 +0000 |
commit | 52a690992bf3f05ee4b1bb1da39f153dade05037 (patch) | |
tree | eb21e1d3e16cdb88fe682b06e7c348fd902c746a /math/rascal/Makefile | |
parent | 6160898fc2cef12b4f737694f9ea8b4fecf406e5 (diff) | |
download | ports-52a690992bf3f05ee4b1bb1da39f153dade05037.tar.gz ports-52a690992bf3f05ee4b1bb1da39f153dade05037.zip |
Notes
Diffstat (limited to 'math/rascal/Makefile')
-rw-r--r-- | math/rascal/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/math/rascal/Makefile b/math/rascal/Makefile index 2247c7abadcb..2e5f92aceaab 100644 --- a/math/rascal/Makefile +++ b/math/rascal/Makefile @@ -7,7 +7,7 @@ # PORTNAME= rascal -PORTVERSION= 0.2.3 +PORTVERSION= 0.2.5 CATEGORIES= math MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -22,7 +22,12 @@ WRKSRC= ${WRKDIR}/Rascal-${PORTVERSION} USE_GMAKE= yes ALL_TARGET= +MANCOMPRESSED= yes +MAN1= rascal.1 + post-patch: - @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile + @${PERL} -pi -e "s,%%LOCALBASE%%,${LOCALBASE},g ; \ + s,g\+\+,${CXX},g ; \ + s,doc/,share/doc/,g" ${WRKSRC}/Makefile .include <bsd.port.mk> |