diff options
author | dougb <dougb@FreeBSD.org> | 2010-01-03 05:38:00 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2010-01-03 05:38:00 +0800 |
commit | 7b4f5be1fafa1350461134189140b476d0130c21 (patch) | |
tree | 85cb1067090ad9e4a4b9b4d63d637b948c6f174b /x11 | |
parent | c0d40c3bbb5f5eb3939afaadc4e7fd6d625a4d21 (diff) | |
download | freebsd-ports-gnome-7b4f5be1fafa1350461134189140b476d0130c21.tar.gz freebsd-ports-gnome-7b4f5be1fafa1350461134189140b476d0130c21.tar.zst freebsd-ports-gnome-7b4f5be1fafa1350461134189140b476d0130c21.zip |
By now the distinction between various flavors of the xscreensaver
port is clear, so the pre-fetch message has lost its utility.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xscreensaver/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11/xscreensaver/Makefile b/x11/xscreensaver/Makefile index 0b5dd6049a9a..2e1e708d25c0 100644 --- a/x11/xscreensaver/Makefile +++ b/x11/xscreensaver/Makefile @@ -137,16 +137,6 @@ MAN6= anemone.6 anemotaxis.6 antinspect.6 antmaze.6 antspotlight.6 \ CFLAGS+= -O0 .endif -pre-fetch: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - @${ECHO} '' - @${ECHO} '*** This is the non-gnome version of the port.' - @${ECHO} ' If you want gnome support, hit Ctrl-C now,' - @${ECHO} ' and cd ../xscreensaver-gnome.' - @${ECHO} '' - @sleep 2 -.endif - post-patch: @ ${CP} ${WRKSRC}/configure ${WRKSRC}/configure.Patched @ ${SED} -e 's#-lpthread#${PTHREAD_LIBS}#g' \ |