diff options
author | mezz <mezz@FreeBSD.org> | 2006-12-24 20:37:52 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-12-24 20:37:52 +0000 |
commit | c842539e0c5ef28d7cec1601d57d2e49895e6d5f (patch) | |
tree | b4a514e29876d0b1186d3b0ac369072f03397743 /print/gutenprint-base/Makefile | |
parent | f66db4ee7982b72f65a7291633b3a26c4aad0a39 (diff) | |
download | FreeBSD-ports-c842539e0c5ef28d7cec1601d57d2e49895e6d5f.zip FreeBSD-ports-c842539e0c5ef28d7cec1601d57d2e49895e6d5f.tar.gz |
-Update to final 5.0.0.
-Fix plist for cups.
-Do not create empty directories of gimp.
-Remove locale dir that aren't in mtree.
Approved by: ahze
Diffstat (limited to 'print/gutenprint-base/Makefile')
-rw-r--r-- | print/gutenprint-base/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/gutenprint-base/Makefile b/print/gutenprint-base/Makefile index 6b50001..82f3f0a 100644 --- a/print/gutenprint-base/Makefile +++ b/print/gutenprint-base/Makefile @@ -4,9 +4,10 @@ # # $FreeBSD$ # $MCom: ports/print/gutenprint/Makefile,v 1.3 2006/02/25 00:13:44 marcus Exp $ +# PORTNAME= gutenprint -DISTVERSION= 5.0.0-rc3 +PORTVERSION= 5.0.0 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gimp-print @@ -66,4 +67,8 @@ pre-everything:: @${ECHO_MSG} " WITHOUT_IJS=yes build without IJS-based Ghostscript driver" @${ECHO_MSG} +post-patch: + @${REINPLACE_CMD} -e 's|$$libdir/gimp/1.2/plug-ins||g' \ + ${WRKSRC}/configure + .include <bsd.port.post.mk> |