aboutsummaryrefslogtreecommitdiff
path: root/archivers/unzoo
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2008-07-18 05:13:38 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2008-07-18 05:13:38 +0000
commitfea8a0a0cdc67ad7d2423e9f38f31ceea29a350e (patch)
tree7cfb9867fd07d3ffba35a8bec08c3c8eef0e93fc /archivers/unzoo
parent3ee079fcabe8ddfa075e016749a7f441810e4425 (diff)
downloadports-fea8a0a0cdc67ad7d2423e9f38f31ceea29a350e.tar.gz
ports-fea8a0a0cdc67ad7d2423e9f38f31ceea29a350e.zip
Remove support for 5.x
PR: 124942 Submitted by: "Philip M. Gollucci" <pgollucci@p6m7g8.com>
Notes
Notes: svn path=/head/; revision=217008
Diffstat (limited to 'archivers/unzoo')
-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>