diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-30 08:31:29 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-12-30 08:31:29 +0800 |
commit | 00101105725bf63bdeaf0d390b825bd6430c4113 (patch) | |
tree | 66c36987b43ef40bd4bccc395d81e0454fafa7bd /devel/gconf2/Makefile | |
parent | ee26e66f4d03a1e73f330ef7ac04018694d7c393 (diff) | |
download | marcuscom-ports-00101105725bf63bdeaf0d390b825bd6430c4113.tar marcuscom-ports-00101105725bf63bdeaf0d390b825bd6430c4113.tar.gz marcuscom-ports-00101105725bf63bdeaf0d390b825bd6430c4113.tar.bz2 marcuscom-ports-00101105725bf63bdeaf0d390b825bd6430c4113.tar.lz marcuscom-ports-00101105725bf63bdeaf0d390b825bd6430c4113.tar.xz marcuscom-ports-00101105725bf63bdeaf0d390b825bd6430c4113.tar.zst marcuscom-ports-00101105725bf63bdeaf0d390b825bd6430c4113.zip |
Fix the pkg-plist and gnomehier for uninstall gconf stuff. This should hopeful
fix the pkg-plist problem in gnomevfs2 recently. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3343 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/gconf2/Makefile')
-rw-r--r-- | devel/gconf2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 8c158de6b..cd5faa832 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gconf2 PORTVERSION= 2.9.2 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/GConf/2.9 @@ -29,7 +30,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gconftool-2.1 -post-install: - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL - .include <bsd.port.mk> |