diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-04 06:03:42 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-05-04 06:03:42 +0800 |
commit | f1e9e40f268f31fd2c641792a09bb1b57b2f131b (patch) | |
tree | df9038e31464e8aa376f5c3ce79f85e01479be35 /devel | |
parent | e526c2a7f9f5189658e46b04cd103d47299d25fc (diff) | |
download | marcuscom-ports-f1e9e40f268f31fd2c641792a09bb1b57b2f131b.tar marcuscom-ports-f1e9e40f268f31fd2c641792a09bb1b57b2f131b.tar.gz marcuscom-ports-f1e9e40f268f31fd2c641792a09bb1b57b2f131b.tar.bz2 marcuscom-ports-f1e9e40f268f31fd2c641792a09bb1b57b2f131b.tar.lz marcuscom-ports-f1e9e40f268f31fd2c641792a09bb1b57b2f131b.tar.xz marcuscom-ports-f1e9e40f268f31fd2c641792a09bb1b57b2f131b.tar.zst marcuscom-ports-f1e9e40f268f31fd2c641792a09bb1b57b2f131b.zip |
Remove an old substitution that has been rolled into gnomehack.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@705 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/gconf2/Makefile b/devel/gconf2/Makefile index 6c4f0a106..5c32e3df3 100644 --- a/devel/gconf2/Makefile +++ b/devel/gconf2/Makefile @@ -31,8 +31,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \ - ${WRKSRC}/po/Makefile.in.in post-install: @${MKDIR} ${PREFIX}/etc/gconf/gconf.xml.defaults/apps |