diff options
author | hubertf <hubertf> | 1997-12-19 09:21:07 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-19 09:21:07 +0000 |
commit | 6ade9f28bbbf820726eae28d61d57579d49a0b06 (patch) | |
tree | 4dcb6b27ea2444d82ad9197342406a33956997f3 /x11 | |
parent | 64d6eccd526aff61580b25f4c9b2073e535e5b62 (diff) | |
download | pkgsrc-6ade9f28bbbf820726eae28d61d57579d49a0b06.tar.gz |
s/pre-fetch/pre-extract/
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lesstif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lesstif/Makefile b/x11/lesstif/Makefile index 598cfca8c2f..b410ffec2ee 100644 --- a/x11/lesstif/Makefile +++ b/x11/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $NetBSD: Makefile,v 1.2 1997/11/02 02:47:25 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1997/12/19 09:24:03 hubertf Exp $ # FreeBSD Id: Makefile,v 1.13 1997/09/08 08:34:13 tg Exp # @@ -23,7 +23,7 @@ CONFIGURE_ENV= CCFLAGS="-O -pipe" .if defined(HAVE_MOTIF) IS_INTERACTIVE= yes -pre-fetch: +pre-extract: @echo "***********************************************************" @echo "* W a r n i n g *" @echo "* This port will overwrite your Motif installation. *" |