diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:24:54 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:24:54 +0800 |
commit | ab5645fbd297bdc50871bb1ce38ca93beddae3c4 (patch) | |
tree | d16df9a69a4fb5843308ff8d6a3da8b903cb2d79 /databases/grass | |
parent | ee30f9ec2012ee5203ce83ed81f789c62a2279f2 (diff) | |
download | freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.gz freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.tar.zst freebsd-ports-gnome-ab5645fbd297bdc50871bb1ce38ca93beddae3c4.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'databases/grass')
-rw-r--r-- | databases/grass/Makefile | 6 | ||||
-rw-r--r-- | databases/grass/pkg-plist | 13 |
2 files changed, 0 insertions, 19 deletions
diff --git a/databases/grass/Makefile b/databases/grass/Makefile index 579dc0c4ef20..7f3006945089 100644 --- a/databases/grass/Makefile +++ b/databases/grass/Makefile @@ -76,12 +76,6 @@ OPTIONS= MYSQL "Enable MySQL support" Off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -PLIST_SUB+= FBSD4="" -.else -PLIST_SUB+= FBSD4="@comment " -.endif - .if !defined (GRASS_INST_DIR) GRASS_INST_DIR= ${PORTNAME} .endif diff --git a/databases/grass/pkg-plist b/databases/grass/pkg-plist index 7d36fdcfc28d..41d0c00f17af 100644 --- a/databases/grass/pkg-plist +++ b/databases/grass/pkg-plist @@ -370,19 +370,6 @@ bin/grass62 %%GRASS_INST_DIR%%/bwidget/utils.tcl %%GRASS_INST_DIR%%/bwidget/widget.tcl %%GRASS_INST_DIR%%/bwidget/xpm2image.tcl -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/database.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/display.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/full_index.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/general.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/imagery.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/index.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/paint.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/photo.html -%%FBSD4%%%%GRASS_INST_DIR%%/docs/html/postGRASS.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 %%GRASS_INST_DIR%%/docs/html/d.ask.html %%GRASS_INST_DIR%%/docs/html/d.barscale.html %%GRASS_INST_DIR%%/docs/html/d.colorlist.html |