diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:10:28 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-02 16:10:28 +0800 |
commit | d08e31f6f4e4974f85bf9fd37987932a2843e8c2 (patch) | |
tree | c954bd470fb51858611b82e35083a83b74097ef2 /x11-fm | |
parent | dda61910d2890b8e3c762e030fd4459034f6a13b (diff) | |
download | marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.gz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.bz2 marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.lz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.xz marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.tar.zst marcuscom-ports-d08e31f6f4e4974f85bf9fd37987932a2843e8c2.zip |
Remove configure substitutions that have been rolled into the gnomehack USE_GNOME
macro.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@834 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/nautilus/Makefile | 4 | ||||
-rw-r--r-- | x11-fm/nautilus2/Makefile | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index b242c31fc..6956296cf 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -36,10 +36,6 @@ CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ --enable-static MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index b242c31fc..6956296cf 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -36,10 +36,6 @@ CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \ --enable-static MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - post-install: @${CHMOD} u+w ${PREFIX}/share/gnome/nautilus/*.desktop |