1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

Remove support for 5.x

PR:		124942
Submitted by:	"Philip M. Gollucci" <pgollucci@p6m7g8.com>
This commit is contained in:
Emanuel Haupt 2008-07-18 05:13:38 +00:00
parent 3ee079fcab
commit fea8a0a0cd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217008

View File

@ -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>