diff options
author | Doug Barton <dougb@FreeBSD.org> | 2007-05-31 21:03:29 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2007-05-31 21:03:29 +0000 |
commit | 5462f07f5f7ae086c8f434ba9832071f1b05c5dd (patch) | |
tree | 1a441453332aebda0648ff592fdfdd591ee1ef34 /x11/xscreensaver/Makefile | |
parent | b937fbebaddf85da6af67b01cf4a3836a9680c61 (diff) | |
download | ports-5462f07f5f7ae086c8f434ba9832071f1b05c5dd.tar.gz ports-5462f07f5f7ae086c8f434ba9832071f1b05c5dd.zip |
Upgrade to 5.02, with the usual assortment of minor bug fixes and
small updates to various hacks.
Notes
Notes:
svn path=/head/; revision=192494
Diffstat (limited to 'x11/xscreensaver/Makefile')
-rw-r--r-- | x11/xscreensaver/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 1fe1099e1b16..9237511301f2 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xscreensaver -PORTVERSION= 5.01 -PORTREVISION= 4 +PORTVERSION= 5.02 CATEGORIES?= x11 MASTER_SITES= http://www.jwz.org/xscreensaver/ \ http://dougbarton.us/Downloads/ @@ -104,7 +103,7 @@ post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched @ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \ -e 's#malloc.h#stdlib.h#g' \ - -e 's#/usr/X11R6#${X11BASE}#g' \ + -e 's#/usr/X11R6#${LOCALBASE}#g' \ ${WRKSRC}/configure.Patched > ${WRKSRC}/configure post-install: |