diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 16:05:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-30 16:05:12 +0000 |
commit | fbebb043a5082fb58429677e2acbba264843b95e (patch) | |
tree | 1a192048bfa384103553d4c90e96fd26f67ee919 /misc | |
parent | 57e4b916c4592e13f8c40e209a7b22de6df3add5 (diff) | |
download | ports-fbebb043a5082fb58429677e2acbba264843b95e.tar.gz ports-fbebb043a5082fb58429677e2acbba264843b95e.zip |
- Stage support
Notes
Notes:
svn path=/head/; revision=341855
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> |