diff options
author | pav <pav@FreeBSD.org> | 2005-02-26 04:44:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-02-26 04:44:22 +0800 |
commit | f5cd6529a470fa93671b390132d3f599ff5d5996 (patch) | |
tree | db6bcbc6d79452c12ab1638a2312619cf5e93771 /graphics | |
parent | 87548c94665a89080708682b7dceb7a54f6ed3a4 (diff) | |
download | freebsd-ports-gnome-f5cd6529a470fa93671b390132d3f599ff5d5996.tar.gz freebsd-ports-gnome-f5cd6529a470fa93671b390132d3f599ff5d5996.tar.zst freebsd-ports-gnome-f5cd6529a470fa93671b390132d3f599ff5d5996.zip |
- Update to 1.01
- Unbreak on amd64
PR: ports/78033
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/IPA/Makefile | 14 | ||||
-rw-r--r-- | graphics/IPA/distinfo | 4 |
2 files changed, 9 insertions, 9 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index d75aa0133f10..b93d44af581d 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -7,7 +7,7 @@ # PORTNAME= IPA -PORTVERSION= 1.00 +PORTVERSION= 1.01 CATEGORIES= graphics MASTER_SITES= http://www.prima.eu.org/IPA/ @@ -18,14 +18,14 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Prima.pm:${PORTSDIR}/x11-toolkits/p5-Pr RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes +USE_REINPLACE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" -BROKEN= "Does not compile on amd64 (shared libraries need to be compiled with -fPIC)" -.endif +MAN1= iterm.1 +MAN3= IPA.3 +MANCOMPRESSED= yes do-configure: @(cd ${WRKSRC} ; ${PERL} ./${CONFIGURE_SCRIPT}) + @(cd ${WRKSRC} ; ${REINPLACE_CMD} -e 's,-o,-fPIC &, ; s|perl/man|man|' Makefile) -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/graphics/IPA/distinfo b/graphics/IPA/distinfo index a7edb5762007..46871e7294ba 100644 --- a/graphics/IPA/distinfo +++ b/graphics/IPA/distinfo @@ -1,2 +1,2 @@ -MD5 (IPA-1.00.tar.gz) = 1557b262645523c5cc3bbc847a14e096 -SIZE (IPA-1.00.tar.gz) = 123840 +MD5 (IPA-1.01.tar.gz) = 9a214f2993a05fb4e5a3e1c3d171fed6 +SIZE (IPA-1.01.tar.gz) = 62282 |