diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-04 22:07:29 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2010-03-04 22:07:29 +0800 |
commit | 6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7 (patch) | |
tree | bf0ef76c07530870939d8f0a037f79eadf513864 /misc/gnome-icon-theme | |
parent | 593ade2d0edc9dfd9c681d75eb251f3ae1814146 (diff) | |
download | marcuscom-ports-6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7.tar marcuscom-ports-6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7.tar.gz marcuscom-ports-6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7.tar.bz2 marcuscom-ports-6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7.tar.lz marcuscom-ports-6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7.tar.xz marcuscom-ports-6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7.tar.zst marcuscom-ports-6f5e34c6d8fccc3dce3277a39df8b5744ad3baf7.zip |
The return of the .pc file. So remove our custom one. No portrevision bump
because no functionaly change.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13753 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnome-icon-theme')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 8 | ||||
-rw-r--r-- | misc/gnome-icon-theme/files/gnome-icon-theme.pc.in | 6 |
2 files changed, 1 insertions, 13 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index 3c7f23b39..2f6850b48 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.137 2010/02/28 19:11:05 marcus Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.138 2010/03/04 13:40:59 kwm Exp $ # PORTNAME= gnome-icon-theme @@ -26,11 +26,5 @@ USE_GNOME= gnomehack intlhack gtk20 INSTALLS_ICONS= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -SUB_FILES= gnome-icon-theme.pc -SUB_LIST= PORTVERSION=${PORTVERSION} - -post-install: - @${INSTALL_DATA} ${WRKDIR}/gnome-icon-theme.pc \ - ${PREFIX}/libdata/pkgconfig/ .include <bsd.port.mk> diff --git a/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in b/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in deleted file mode 100644 index 8ff6502a7..000000000 --- a/misc/gnome-icon-theme/files/gnome-icon-theme.pc.in +++ /dev/null @@ -1,6 +0,0 @@ -Name: gnome-icon-theme -Description: A collection of icons used as the basis for GNOME themes -Version: %%PORTVERSION%% -Requires: -Libs: -Cflags: |