diff options
Diffstat (limited to 'emulators/snespp/Makefile')
-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> |