aboutsummaryrefslogtreecommitdiff
path: root/misc/cave
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-07-15 08:13:10 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-07-15 08:13:10 +0000
commit43cf79e97160dad1fa13d002f8d06fbad993d18f (patch)
tree1403990852eee498dcbccf9d40ef3ee4f1d50a4b /misc/cave
parent0dccabef5b966538a8fb9db9667ad3dd9118a55f (diff)
downloadports-43cf79e97160dad1fa13d002f8d06fbad993d18f.tar.gz
ports-43cf79e97160dad1fa13d002f8d06fbad993d18f.zip
Notes
Diffstat (limited to 'misc/cave')
-rw-r--r--misc/cave/Makefile13
-rw-r--r--misc/cave/pkg-descr2
2 files changed, 6 insertions, 9 deletions
diff --git a/misc/cave/Makefile b/misc/cave/Makefile
index e3a0928bda0b..b6159710393c 100644
--- a/misc/cave/Makefile
+++ b/misc/cave/Makefile
@@ -9,20 +9,17 @@
PORTNAME= cave
PORTVERSION= 1.0b
CATEGORIES= misc
-MASTER_SITES= http://arbornet.org/~bjk/cave/ \
- ${MASTER_SITE_SUNSITE}
-MASTER_SITE_SUBDIR= apps/graphics/misc
+MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Character Animation Viewer for Everyone
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --program-prefix=""
-MAN1= cave.1
-PLIST_FILES= bin/cave
+MAN1= ${PORTNAME}.1
+PLIST_FILES= bin/${PORTNAME}
-pre-build:
- ${CP} ${WRKSRC}/doc/cave.man ${WRKSRC}/doc/cave.1
+post-patch:
+ @${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1
.include <bsd.port.mk>
diff --git a/misc/cave/pkg-descr b/misc/cave/pkg-descr
index 2ec2fa2f456a..9d9fb7cb1631 100644
--- a/misc/cave/pkg-descr
+++ b/misc/cave/pkg-descr
@@ -2,4 +2,4 @@ CAVE (Character Animation Viewer for Everyone) is an ascii animation viewer.
It uses (n)curses for its interface so you'll need to have those libraries
installed.
-WWW: http://arbornet.org/~bjk/cave/
+WWW: http://benkibbey.wordpress.com/cave/