diff options
author | gabor <gabor@FreeBSD.org> | 2007-04-20 05:20:48 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2007-04-20 05:20:48 +0800 |
commit | 53dddc2be9f0f0ae838011f3410a14c8c72d1747 (patch) | |
tree | 73ae0002704600e4718b450eb2c2004762b5be6c /palm/uppc-kmod | |
parent | 8715172b5618fc67a4e8f9fd9a86d4a65e39e4ee (diff) | |
download | freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.gz freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.tar.zst freebsd-ports-gnome-53dddc2be9f0f0ae838011f3410a14c8c72d1747.zip |
- Remove FreeBSD 4.X support from unmaintained ports in categories starting
with letter n-p
Diffstat (limited to 'palm/uppc-kmod')
-rw-r--r-- | palm/uppc-kmod/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile index 86d796d0d6de..400d5d0ab41e 100644 --- a/palm/uppc-kmod/Makefile +++ b/palm/uppc-kmod/Makefile @@ -22,12 +22,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME} IGNORE= Requires kernel source (/usr/src/sys) to build .endif -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= "Does not build on FreeBSD 4.x" -.endif - post-build: @${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup @${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup @@ -46,4 +40,4 @@ post-install: @${ECHO_CMD} " * and set up a connection. *" @${ECHO_CMD} " ****************************************************************" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |