diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-16 15:02:58 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-16 15:02:58 +0800 |
commit | 93a0bf898c9b3b29169af217019ac6e5a3331783 (patch) | |
tree | f267d33f6b57d9f33a750f7eb6a1bf63e130341e /misc/clpbar | |
parent | 0badf98d0941089430983106bef403aba8e9156a (diff) | |
download | freebsd-ports-graphics-93a0bf898c9b3b29169af217019ac6e5a3331783.tar.gz freebsd-ports-graphics-93a0bf898c9b3b29169af217019ac6e5a3331783.tar.zst freebsd-ports-graphics-93a0bf898c9b3b29169af217019ac6e5a3331783.zip |
Update to 1.10.4
PR: ports/81054
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
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 c0ac1f5813f..8ae427f174b 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 7663b6a846b..41f1188130d 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 |