diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 00:40:54 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-07 00:40:54 +0000 |
commit | 23f3aa0afb338c7431cb47a1ad215cf450bd1407 (patch) | |
tree | 106d51ee42b5aa3c6aefb1dbd1b59182a137a41b /databases/grass | |
parent | 273354b716d7ff8e38a4f346c3c151711e13d727 (diff) | |
download | ports-23f3aa0afb338c7431cb47a1ad215cf450bd1407.tar.gz ports-23f3aa0afb338c7431cb47a1ad215cf450bd1407.zip |
It seemed that the 4.x build was generating more files than the 6.x build.
Fixed pkg-plist accordingly.
Noticed by: YAPHR
Notes
Notes:
svn path=/head/; revision=152922
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 10 | ||||
-rw-r--r-- | databases/grass/pkg-plist | 13 |
2 files changed, 21 insertions, 2 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index d094ad9abf5a..e505a9160e32 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -73,13 +73,19 @@ SUB_LIST= GRASS_INST_DIR=${GRASS_INST_DIR} INSTALLS_SHLIB= yes LDCONFIG_DIRS= %%PREFIX%%/%%GRASS_INST_DIR%%/lib +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +PLIST_SUB+= FBSD4="" +.else +PLIST_SUB+= FBSD4="@comment " +.endif + post-extract: @${REINPLACE_CMD} -e 's/ make mo/ ${GMAKE} mo/g' \ ${WRKSRC}/locale/Makefile @${REINPLACE_CMD} -E '28s|/grass-.*|/${GRASS_INST_DIR}|g' ${WRKSRC}/Makefile -.include <bsd.port.pre.mk> - post-install: @${INSTALL_SCRIPT} ${WRKDIR}/grass.sh ${PREFIX}/etc/rc.d/000.grass.sh diff --git a/databases/grass/pkg-plist b/databases/grass/pkg-plist index d7365611a61d..108dee65cd0d 100644 --- a/databases/grass/pkg-plist +++ b/databases/grass/pkg-plist @@ -443,6 +443,19 @@ etc/rc.d/000.grass.sh %%GRASS_INST_DIR%%/docs/html/i.vpoints.html %%GRASS_INST_DIR%%/docs/html/i.zc.html %%GRASS_INST_DIR%%/docs/html/p.out.vrml.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/paint.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/full_index.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/display.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/database.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/general.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/imagery.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/postGRASS.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/photo.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/postscript.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/raster.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/raster3D.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/vector.html +%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/index.html %%GRASS_INST_DIR%%/docs/html/pg.postgisdb.html %%GRASS_INST_DIR%%/docs/html/photo.2image.html %%GRASS_INST_DIR%%/docs/html/photo.2target.html |