diff options
Diffstat (limited to 'misc/clpbar/Makefile')
-rw-r--r-- | misc/clpbar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index 1601fe9af16a..c2a934081841 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -7,7 +7,7 @@ # PORTNAME= clpbar -PORTVERSION= 1.10.7 +PORTVERSION= 1.10.8 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,6 +19,7 @@ COMMENT= Command Line Progress Bar WRKSRC= ${WRKDIR}/bar-${PORTVERSION} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man MAKE_ARGS+= CFLAGS+="${CFLAGS}" MAN1= bar.1 |