diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-16 07:02:58 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-16 07:02:58 +0000 |
commit | 8476019d8111f7813963d68ad992deb092cbf633 (patch) | |
tree | 32fafc1decf238d738c6fc6af04cd734cfde711c /misc/clpbar | |
parent | 1a5621d95daac5924ba0317d785b10da1576a437 (diff) | |
download | ports-8476019d8111f7813963d68ad992deb092cbf633.tar.gz ports-8476019d8111f7813963d68ad992deb092cbf633.zip |
Notes
Diffstat (limited to 'misc/clpbar')
-rw-r--r-- | misc/clpbar/Makefile | 10 | ||||
-rw-r--r-- | misc/clpbar/distinfo | 4 |
2 files changed, 9 insertions, 5 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index c0ac1f5813f8..8ae427f174bb 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -7,7 +7,7 @@ # PORTNAME= clpbar -PORTVERSION= 1.10.3 +PORTVERSION= 1.10.4 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,10 +16,14 @@ DISTNAME= bar-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Command Line Progress Bar -USE_GNOME= gnometarget +USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAN1= bar.1 PLIST_FILES= bin/bar -MAN1= bar.1 + +post-patch: + @${REINPLACE_CMD} -e 's|= -O2|= @CFLAGS@|g' ${WRKSRC}/Makefile.in .include <bsd.port.mk> diff --git a/misc/clpbar/distinfo b/misc/clpbar/distinfo index 7663b6a846b8..41f1188130df 100644 --- a/misc/clpbar/distinfo +++ b/misc/clpbar/distinfo @@ -1,2 +1,2 @@ -MD5 (bar-1.10.3.tar.gz) = aad78991fb5174aaa000a2e473d95983 -SIZE (bar-1.10.3.tar.gz) = 137461 +MD5 (bar-1.10.4.tar.gz) = 5c6792ba8b852d293466bf1b97032426 +SIZE (bar-1.10.4.tar.gz) = 137536 |