diff options
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> |