aboutsummaryrefslogtreecommitdiff
path: root/misc/clpbar/Makefile
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2006-04-20 14:46:58 +0000
committerVolker Stolz <vs@FreeBSD.org>2006-04-20 14:46:58 +0000
commit280c4ced0a6a57ca141142590804d920eb01dfb8 (patch)
tree70739fe8a52cdc2c5c392dcdcb22abbbf8699f50 /misc/clpbar/Makefile
parent048bab5ba67493ba5a1bd38ee28ef4482ae84b9f (diff)
downloadports-280c4ced0a6a57ca141142590804d920eb01dfb8.tar.gz
ports-280c4ced0a6a57ca141142590804d920eb01dfb8.zip
- Update to 1.10.6
- Assign maintainership to submitter PR: ports/95946 Submitted by: Martin Wilke
Notes
Notes: svn path=/head/; revision=160017
Diffstat (limited to 'misc/clpbar/Makefile')
-rw-r--r--misc/clpbar/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile
index 8ae427f174bb..66d165e84764 100644
--- a/misc/clpbar/Makefile
+++ b/misc/clpbar/Makefile
@@ -7,23 +7,21 @@
#
PORTNAME= clpbar
-PORTVERSION= 1.10.4
+PORTVERSION= 1.10.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= bar-${PORTVERSION}
+DISTNAME= bar_${PORTVERSION}
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= freebsd@unixfreunde.de
COMMENT= Command Line Progress Bar
-USE_REINPLACE= yes
+WRKSRC= ${WRKDIR}/bar-${PORTVERSION}
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
+MAKE_ARGS+= CFLAGS+="${CFLAGS}"
MAN1= bar.1
PLIST_FILES= bin/bar
-post-patch:
- @${REINPLACE_CMD} -e 's|= -O2|= @CFLAGS@|g' ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>