diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 07:27:12 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-24 07:27:12 +0800 |
commit | fcf801f9c747a4c2ff8c73a97e09c1710252e588 (patch) | |
tree | 858c1140d1ebae2e0427cd135957d836b5c6861f /misc | |
parent | 2b0f80aa62c9cfdf3ca851a30ed882a10a726a8b (diff) | |
download | marcuscom-ports-fcf801f9c747a4c2ff8c73a97e09c1710252e588.tar.gz marcuscom-ports-fcf801f9c747a4c2ff8c73a97e09c1710252e588.tar.zst marcuscom-ports-fcf801f9c747a4c2ff8c73a97e09c1710252e588.zip |
No longer need a sed of %%X11BASE%%.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6723 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index e352ad57e..8c4ea83e3 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.79 2006/07/18 11:32:25 ahze Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.80 2006/07/18 19:22:56 ahze Exp $ # PORTNAME= gnome-icon-theme @@ -30,8 +30,7 @@ CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" post-patch: - @${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g ; \ - s|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ + @${REINPLACE_CMD} -e 's|[(]datadir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|@mkdir_p@|mkdir -p|g' \ ${WRKSRC}/po/Makefile.in.in |