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/makeztxt | |
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/makeztxt')
-rw-r--r-- | palm/makeztxt/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/palm/makeztxt/Makefile b/palm/makeztxt/Makefile index 838004148ecd..66bd888ead87 100644 --- a/palm/makeztxt/Makefile +++ b/palm/makeztxt/Makefile @@ -19,13 +19,7 @@ PLIST_FILES= bin/makeztxt WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_GMAKE= yes -MAKE_ENV+= USEPOSIX=1 - -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 500000 -MAKE_ENV+= LONG_OPTS=1 -.endif +MAKE_ENV+= USEPOSIX=1 LONG_OPTS=1 post-patch: ${REINPLACE_CMD} 's/-O2//' ${WRKSRC}/libztxt/Makefile @@ -33,4 +27,4 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/makeztxt ${LOCALBASE}/bin/ -.include <bsd.port.post.mk> +.include <bsd.port.mk> |