diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-05-31 16:17:59 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-05-31 16:17:59 +0800 |
commit | 907c6ca83bf293c4a5918705e90a114bfe0781a9 (patch) | |
tree | fa931ca5762cebd842b1e1f02b98d9d43d2a8137 /misc/cave/Makefile | |
parent | ca4bfc42c9d1eff8a2d3bb8aa63a3a3c1468f622 (diff) | |
download | freebsd-ports-gnome-907c6ca83bf293c4a5918705e90a114bfe0781a9.tar.gz freebsd-ports-gnome-907c6ca83bf293c4a5918705e90a114bfe0781a9.tar.zst freebsd-ports-gnome-907c6ca83bf293c4a5918705e90a114bfe0781a9.zip |
upgrade to 0.6
Diffstat (limited to 'misc/cave/Makefile')
-rw-r--r-- | misc/cave/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/misc/cave/Makefile b/misc/cave/Makefile index 6c8d34c57b31..a0d861a96e08 100644 --- a/misc/cave/Makefile +++ b/misc/cave/Makefile @@ -7,19 +7,17 @@ # PORTNAME= cave -PORTVERSION= 0.5 +PORTVERSION= 0.6 CATEGORIES= misc MASTER_SITES= http://cyclic.sourceforge.net/cave/ MAINTAINER= ports@FreeBSD.org +MANCOMPRESSED= yes MAN1= cave.1 post-patch: - @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MAN1PREFIX}/man/man1 + @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \ + s,^PREFIX,#PREFIX,g" ${WRKSRC}/Makefile .include <bsd.port.mk> |