summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-03 07:25:15 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-07-03 07:25:15 +0800
commitabd71f1735f540d762d8ecb001e0febc894eca04 (patch)
treeefe269e1e157ce808a6db7347378f6ce7f846a5a /graphics
parentef203be4acee8904301ba4a80c8f5a833d912d7c (diff)
downloadmarcuscom-ports-abd71f1735f540d762d8ecb001e0febc894eca04.tar
marcuscom-ports-abd71f1735f540d762d8ecb001e0febc894eca04.tar.gz
marcuscom-ports-abd71f1735f540d762d8ecb001e0febc894eca04.tar.bz2
marcuscom-ports-abd71f1735f540d762d8ecb001e0febc894eca04.tar.lz
marcuscom-ports-abd71f1735f540d762d8ecb001e0febc894eca04.tar.xz
marcuscom-ports-abd71f1735f540d762d8ecb001e0febc894eca04.tar.zst
marcuscom-ports-abd71f1735f540d762d8ecb001e0febc894eca04.zip
- Remove some unneeded post-patch stuff.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4145 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics')
-rw-r--r--graphics/poppler/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/poppler/Makefile b/graphics/poppler/Makefile
index 6f193fa34..680ac1496 100644
--- a/graphics/poppler/Makefile
+++ b/graphics/poppler/Makefile
@@ -3,7 +3,7 @@
# Whom: marcus@FreeBSD.org
#
# $FreeBSD$
-# $MCom$
+# $MCom: ports/graphics/poppler/Makefile,v 1.7 2005/06/28 05:40:06 adamw Exp $
#
PORTNAME= poppler
@@ -19,13 +19,7 @@ USE_GMAKE= yes
USE_LIBTOOL_VER=15
USE_GNOME= gnomeprefix gnomehack gtk20
INSTALLS_SHLIB= yes
-USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|poppler-[@]VERSION[@]|poppler|g' \
- ${WRKSRC}/poppler-cairo.pc.in \
- ${WRKSRC}/poppler-splash.pc.in
-
.include <bsd.port.mk>