aboutsummaryrefslogtreecommitdiff
path: root/misc/kdeaddons3
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-07-06 03:41:37 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-07-06 03:41:37 +0000
commitab10601811ae1fd498f36e2ea87e23d907564a79 (patch)
treecccd04dbb4f5720cc38a87343322a3d614c0f9c3 /misc/kdeaddons3
parent3e409ec4ae1ebec82b91b0425ec3ab40af5924cb (diff)
downloadports-ab10601811ae1fd498f36e2ea87e23d907564a79.tar.gz
ports-ab10601811ae1fd498f36e2ea87e23d907564a79.zip
Finally get SDL_CONFIG usage right. The 2nd patch looked right and built,
but there were errors that didn't stop the make. Note to self: slow down.
Notes
Notes: svn path=/head/; revision=62503
Diffstat (limited to 'misc/kdeaddons3')
-rw-r--r--misc/kdeaddons3/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile
index a363b974343b..0e994286e233 100644
--- a/misc/kdeaddons3/Makefile
+++ b/misc/kdeaddons3/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdeaddons
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -30,9 +30,9 @@ CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/${SDL_CONFIG}"
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-#post-configure:
-# ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \
-# "s@sdl-config@${SDL_CONFIG}@g"
+pre-configure:
+ ${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \
+ "s@sdl-config@${SDL_CONFIG}@g"
.include <bsd.port.pre.mk>