diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-21 05:57:27 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-21 05:57:27 +0800 |
commit | 3e34caa392ce0dfb72dd4d117c6efe6050df6186 (patch) | |
tree | af2c4643f84103c4fb11e86bf95cc88e19719164 /x11-toolkits/pango | |
parent | 7aaac94687bbd1fbba5c429799a7be644be18e65 (diff) | |
download | marcuscom-ports-3e34caa392ce0dfb72dd4d117c6efe6050df6186.tar marcuscom-ports-3e34caa392ce0dfb72dd4d117c6efe6050df6186.tar.gz marcuscom-ports-3e34caa392ce0dfb72dd4d117c6efe6050df6186.tar.bz2 marcuscom-ports-3e34caa392ce0dfb72dd4d117c6efe6050df6186.tar.lz marcuscom-ports-3e34caa392ce0dfb72dd4d117c6efe6050df6186.tar.xz marcuscom-ports-3e34caa392ce0dfb72dd4d117c6efe6050df6186.tar.zst marcuscom-ports-3e34caa392ce0dfb72dd4d117c6efe6050df6186.zip |
Remove the pkg-install script as this is no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8890 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits/pango')
-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 |