diff options
author | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-06 03:44:02 +0800 |
commit | 72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e (patch) | |
tree | d1102c67d6d770e809475dae366f152130cb1883 /emulators/snespp | |
parent | 5ae596207dc0bd85ca28a43d715d82bc6b358b81 (diff) | |
download | freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.gz freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.tar.zst freebsd-ports-gnome-72173ae40a3c3cc1a23bba84b7ed08e57ae4f92e.zip |
- Remove conditional checks for FreeBSD 5.x and older
Diffstat (limited to 'emulators/snespp')
-rw-r--r-- | emulators/snespp/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/emulators/snespp/Makefile b/emulators/snespp/Makefile index c47c31d77467..299bdd2c07e6 100644 --- a/emulators/snespp/Makefile +++ b/emulators/snespp/Makefile @@ -23,14 +23,8 @@ PLIST_SUB= KMODDIR="${KMODDIR}" MAN4= snespp.4 MANCOMPRESSED= no -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 600000 -IGNORE= versions of FreeBSD before 6.0 are not supported -.endif - do-install: @${INSTALL_MAN} ${WRKSRC}/snespp.4 ${PREFIX}/man/man4 @${INSTALL_KLD} ${WRKSRC}/snespp.ko ${KMODDIR} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |