diff options
author | steve <steve@FreeBSD.org> | 1998-03-28 22:12:59 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-03-28 22:12:59 +0800 |
commit | f0fafba08400213989e20b171b86a07fd6e27036 (patch) | |
tree | 1ca14456206546f21fa9cde33b9add848d46b627 /x11-toolkits | |
parent | 5f5a33bed5346f3ac6565141d39be6e164fcc0f6 (diff) | |
download | freebsd-ports-gnome-f0fafba08400213989e20b171b86a07fd6e27036.tar.gz freebsd-ports-gnome-f0fafba08400213989e20b171b86a07fd6e27036.tar.zst freebsd-ports-gnome-f0fafba08400213989e20b171b86a07fd6e27036.zip |
Fix a few portlint nits.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/lesstif/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/lesstif/pkg-plist | 1 |
2 files changed, 8 insertions, 11 deletions
diff --git a/x11-toolkits/lesstif/Makefile b/x11-toolkits/lesstif/Makefile index 59c7d10f6863..8d87be1bac83 100644 --- a/x11-toolkits/lesstif/Makefile +++ b/x11-toolkits/lesstif/Makefile @@ -3,7 +3,7 @@ # Date created: December 10, 1996 # Whom: 1wardd@airmail.net # -# $Id: Makefile,v 1.15 1997/11/22 01:24:30 asami Exp $ +# $Id: Makefile,v 1.16 1998/03/17 11:57:58 tg Exp $ # DISTNAME= lesstif-0.83 @@ -24,25 +24,24 @@ USE_X11= yes .if defined(HAVE_MOTIF) IS_INTERACTIVE= yes pre-fetch: - @echo "***********************************************************" - @echo "* W a r n i n g *" - @echo "* This port will overwrite your Motif installation. *" - @echo "***********************************************************" - @echo -n "Is this ok? (y/n) ==> " + @${ECHO} "***********************************************************" + @${ECHO} "* W a r n i n g *" + @${ECHO} "* This port will overwrite your Motif installation. *" + @${ECHO} "***********************************************************" + @${ECHO} -n "Is this ok? (y/n) ==> " @(read ans; \ case x"$$ans" in \ xy*|xY*) \ return 0; \ ;; \ *) \ - echo "Okay, I won't install it then...."; \ - echo "(Don't worry about the following \"*** Error code 1\"s)"; \ + ${ECHO} "Okay, I won't install it then...."; \ + ${ECHO} "(Don't worry about the following \"*** Error code 1\"s)"; \ return 1; \ ;; \ esac) .endif - post-install: ${MKDIR} ${PREFIX}/lib/X11/mwm ${PREFIX}/lib/X11/app-defaults ${INSTALL_DATA} ${WRKSRC}/clients/Motif-1.2/mwm/system.mwmrc \ @@ -55,7 +54,6 @@ post-install: .include <bsd.port.mk> - # Shared lib versions # dist version BSD shared lib version # ------------ ---------------------- diff --git a/x11-toolkits/lesstif/pkg-plist b/x11-toolkits/lesstif/pkg-plist index 3f940352d3a1..d6706327c545 100644 --- a/x11-toolkits/lesstif/pkg-plist +++ b/x11-toolkits/lesstif/pkg-plist @@ -186,4 +186,3 @@ share/doc/LessTif/doc/working.html @dirrm share/doc/LessTif/doc/html @dirrm share/doc/LessTif/doc @dirrm share/doc/LessTif - |