diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-12-24 20:37:52 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-12-24 20:37:52 +0000 |
commit | 9abd21c3e3cd8c656b355b27b7b5763d97ae6282 (patch) | |
tree | f766af5dabbb6171f3d3b419595bbb5bc27df120 /print/gutenprint/Makefile | |
parent | 75e0e36aa275c4bd82e9da01dbb2979cc1c18f94 (diff) |
Notes
Diffstat (limited to 'print/gutenprint/Makefile')
-rw-r--r-- | print/gutenprint/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/gutenprint/Makefile b/print/gutenprint/Makefile index 6b50001e3563..82f3f0a459f7 100644 --- a/print/gutenprint/Makefile +++ b/print/gutenprint/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> |