diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 00:05:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 00:05:12 +0800 |
commit | 395edba19f0ee869087724df96d02e947ef3495b (patch) | |
tree | 1a192048bfa384103553d4c90e96fd26f67ee919 /misc | |
parent | 718ed74f6e231ad74053f8533db1e5acf6b2dc2e (diff) | |
download | freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.tar.gz freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.tar.zst freebsd-ports-gnome-395edba19f0ee869087724df96d02e947ef3495b.zip |
- Stage support
Diffstat (limited to 'misc')
-rw-r--r-- | misc/clpbar/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index 8a7efdbdd80a..e44564b0e487 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -14,8 +14,7 @@ WRKSRC= ${WRKDIR}/bar-${PORTVERSION} GNU_CONFIGURE= yes MAKE_ARGS+= CFLAGS+="${CFLAGS}" -MAN1= bar.1 -PLIST_FILES= bin/bar +PLIST_FILES= bin/bar \ + man/man1/bar.1.gz -NO_STAGE= yes .include <bsd.port.mk> |