diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:48 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-02 23:20:48 +0800 |
commit | bc265f4908f709f0693f48e475138b8c2b84d77f (patch) | |
tree | ffb86378fdc82b71fca075bebf07d0178f6f9ae0 /misc | |
parent | 23e4b9a68f3fbe803911a33381a3801ed45c4816 (diff) | |
download | freebsd-ports-gnome-bc265f4908f709f0693f48e475138b8c2b84d77f.tar.gz freebsd-ports-gnome-bc265f4908f709f0693f48e475138b8c2b84d77f.tar.zst freebsd-ports-gnome-bc265f4908f709f0693f48e475138b8c2b84d77f.zip |
- Stage support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/cave/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/cave/Makefile b/misc/cave/Makefile index f227270ee720..4837ddede72f 100644 --- a/misc/cave/Makefile +++ b/misc/cave/Makefile @@ -11,10 +11,9 @@ COMMENT= Character Animation Viewer for Everyone GNU_CONFIGURE= yes -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} \ + man/man1/cave.1.gz -NO_STAGE= yes post-patch: @${LN} -sf ${PORTNAME}.man ${WRKSRC}/doc/${PORTNAME}.1 |