diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-16 00:39:00 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-16 00:39:00 +0800 |
commit | 2203248c84d5b712c8f74bf9b39cd358a2a537a9 (patch) | |
tree | 0a614d9a483e51d584a4f98ec3ba0f08cbe30f93 /x11-themes | |
parent | 08b1a787764f1b576235c536fe785ee1ba1268bf (diff) | |
download | marcuscom-ports-2203248c84d5b712c8f74bf9b39cd358a2a537a9.tar.gz marcuscom-ports-2203248c84d5b712c8f74bf9b39cd358a2a537a9.tar.zst marcuscom-ports-2203248c84d5b712c8f74bf9b39cd358a2a537a9.zip |
- Remove post-patch, it's not needed anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6599 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 3f95116d4..1a9486255 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.92 2006/07/10 20:16:48 ahze Exp $ +# $MCom: ports/x11-themes/gnome-themes/Makefile,v 1.93 2006/07/15 16:09:17 ahze Exp $ # PORTNAME= gnome-themes @@ -33,8 +33,4 @@ USE_GNOME= gnomehack intlhack metacity libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -post-patch: - @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ - 's|noinst_PROGRAMS = |noinst_PROGRAMS = #|g' - .include <bsd.port.mk> |