diff options
-rw-r--r-- | x11-toolkits/pango/Makefile | 10 | ||||
-rw-r--r-- | x11-toolkits/pango/files/pkg-install.in | 11 |
2 files changed, 1 insertions, 20 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index cdd39b30a..b9c542545 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -3,7 +3,7 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-toolkits/pango/Makefile,v 1.96 2007/05/16 03:37:34 marcus Exp $ +# $MCom: ports/x11-toolkits/pango/Makefile,v 1.97 2007/05/19 21:36:34 marcus Exp $ # PORTNAME= pango @@ -34,7 +34,6 @@ USE_GNOME= gnomehack glib20 ltverhack referencehack CONFIGURE_ARGS= --with-qt=no \ --with-html-dir=${PREFIX}/share/doc \ --enable-static -PKGINSTALL= ${WRKDIR}/pkg-install # Hmm.. tough one. Found this one when I had graphics/hdf installed # (which installs glist.h) which is picked up before the glib-2.0 # stuff, with Bad Results[tm] @@ -63,13 +62,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ PLIST_SUB+= X11="" .endif -post-install: - @${SED} -e 's|%%X11BASE%%|${X11BASE}|' < ${FILESDIR}/pkg-install.in \ - > ${PKGINSTALL} -.if !defined(PACKAGE_BUILDING) - @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - .include <bsd.port.mk> .endif diff --git a/x11-toolkits/pango/files/pkg-install.in b/x11-toolkits/pango/files/pkg-install.in deleted file mode 100644 index 2eefcdfcd..000000000 --- a/x11-toolkits/pango/files/pkg-install.in +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh - -PATH=/bin:/usr/bin:/sbin:/usr/sbin:%%X11BASE%%/bin -export PATH - -case $2 in -POST-INSTALL) - echo "Running fc-cache to build fontconfig cache..." - fc-cache -f -v - ;; -esac |