diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-18 05:13:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2008-07-18 05:13:38 +0000 |
commit | fea8a0a0cdc67ad7d2423e9f38f31ceea29a350e (patch) | |
tree | 7cfb9867fd07d3ffba35a8bec08c3c8eef0e93fc /archivers/unzoo | |
parent | 3ee079fcabe8ddfa075e016749a7f441810e4425 (diff) | |
download | ports-fea8a0a0cdc67ad7d2423e9f38f31ceea29a350e.tar.gz ports-fea8a0a0cdc67ad7d2423e9f38f31ceea29a350e.zip |
Notes
Diffstat (limited to 'archivers/unzoo')
-rw-r--r-- | archivers/unzoo/Makefile | 6 |
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> |