aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gpte
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
committerpav <pav@FreeBSD.org>2009-01-07 01:59:31 +0800
commit8ef21a396d8627cdfced24744c2bacb7cb0c9453 (patch)
tree06fbb407306ac7e1b7b00946df69737e787c8891 /sysutils/gpte
parente32973556a174646ad93cdf1b43963a9fc18eb55 (diff)
downloadfreebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.gz
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.tar.zst
freebsd-ports-gnome-8ef21a396d8627cdfced24744c2bacb7cb0c9453.zip
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'sysutils/gpte')
-rw-r--r--sysutils/gpte/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/gpte/Makefile b/sysutils/gpte/Makefile
index 744eb18d01ff..68d0e7ca3440 100644
--- a/sysutils/gpte/Makefile
+++ b/sysutils/gpte/Makefile
@@ -20,10 +20,4 @@ PLIST_FILES= bin/gpte
post-extract:
cd $(WRKSRC) && ${CP} Makefile.bsd Makefile
-.include <bsd.port.pre.mk>
-
-.if $(OSVERSION) < 502000
-IGNORE= Only for 5.x and later systems
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>