diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 14:10:15 +0800 |
commit | 08fd42a6ba4cfc15ec8814217e373f4372da0992 (patch) | |
tree | 2bfa1b92e0b7e94dd901a1f482e54b22aec5571d /sysutils/gstopd | |
parent | 50ef8aeab64606f46790199997daf350fce5ea76 (diff) | |
download | freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.gz freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.tar.zst freebsd-ports-gnome-08fd42a6ba4cfc15ec8814217e373f4372da0992.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'sysutils/gstopd')
-rw-r--r-- | sysutils/gstopd/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/gstopd/Makefile b/sysutils/gstopd/Makefile index 58ac8736a4de..b791da8008aa 100644 --- a/sysutils/gstopd/Makefile +++ b/sysutils/gstopd/Makefile @@ -14,12 +14,6 @@ MASTER_SITE_SUBDIR= mr MAINTAINER= mr@freebsd.org COMMENT= GEOM stop daemon -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -IGNORE= Needs GEOM(4) -.endif - MAN8= gstopd.8 PLIST_FILES= sbin/gstopd @@ -27,4 +21,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gstopd ${LOCALBASE}/sbin ${INSTALL_MAN} ${WRKSRC}/gstopd.8 ${LOCALBASE}/man/man8 -.include <bsd.port.post.mk> +.include <bsd.port.mk> |