aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2008-07-18 13:13:38 +0800
committerehaupt <ehaupt@FreeBSD.org>2008-07-18 13:13:38 +0800
commit05ecbd84a4eefefeaea7b28d59c8138fb6a800de (patch)
tree102e831a9b0036642a8c15fedaa78aba8577d6d5 /archivers
parenta51132dcf57ac787c0952c2a22d9cd4ab235fa8f (diff)
downloadfreebsd-ports-gnome-05ecbd84a4eefefeaea7b28d59c8138fb6a800de.tar.gz
freebsd-ports-gnome-05ecbd84a4eefefeaea7b28d59c8138fb6a800de.tar.zst
freebsd-ports-gnome-05ecbd84a4eefefeaea7b28d59c8138fb6a800de.zip
Remove support for 5.x
PR: 124942 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzoo/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile
index 3024fbb94805..d3e882788a0c 100644
--- a/archivers/unzoo/Makefile
+++ b/archivers/unzoo/Makefile
@@ -24,11 +24,7 @@ EXTRA_DEFINES= -DSYS_IS_UNIX -DSYS_HAS_MKDIR
MAN1= unzoo.1
PLIST_FILES= bin/unzoo
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 503000
CFLAGS+= -trigraphs
-.endif
post-extract:
@${MKDIR} ${WRKSRC}
@@ -42,4 +38,4 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/debian/${PORTNAME}.1 ${MAN1PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>