diff options
author | lofi <lofi@FreeBSD.org> | 2007-08-13 19:58:57 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2007-08-13 19:58:57 +0800 |
commit | 65c4e26cd4d3e7d6808536480d6f960a66711dc9 (patch) | |
tree | fe502037ff7e3154b131966fdf92bfeb93d725f4 /graphics | |
parent | 9e875ae25f610309a0a613b1634add6731c631a2 (diff) | |
download | freebsd-ports-gnome-65c4e26cd4d3e7d6808536480d6f960a66711dc9.tar.gz freebsd-ports-gnome-65c4e26cd4d3e7d6808536480d6f960a66711dc9.tar.zst freebsd-ports-gnome-65c4e26cd4d3e7d6808536480d6f960a66711dc9.zip |
Remove the pre-everithing (sic) target. It obviously didn't do what it was
meant to since the typo got committed and the message it should have
displayed is now obsolete.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/sane-backends/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/graphics/sane-backends/Makefile b/graphics/sane-backends/Makefile index 86fb6e1d9bda..2aa60812abdf 100644 --- a/graphics/sane-backends/Makefile +++ b/graphics/sane-backends/Makefile @@ -63,14 +63,6 @@ CONFIGURE_ARGS+= --with-gphoto2=no PLIST_SUB+= GPHOTO2="@comment " .endif -pre-everithing:: - @${ECHO_MSG} "" - @${ECHO_MSG} "*** ATTENTION ***" - @${ECHO_MSG} "" - @${ECHO_MSG} "Older versions than 1.0.17_1 do not check if you change config files." - @${ECHO_MSG} "If that's the case for you, press CTRL+C and backup your config files." - @${ECHO_MSG} "" - post-patch: @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|= \.\./libtool|= @LIBTOOL@|g' |