mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
It seemed that the 4.x build was generating more files than the 6.x build.
Fixed pkg-plist accordingly. Noticed by: YAPHR
This commit is contained in:
parent
273354b716
commit
23f3aa0afb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=152922
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user