summaryrefslogtreecommitdiff
path: root/x11-toolkits/lesstif
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-03-28 14:12:59 +0000
committerSteve Price <steve@FreeBSD.org>1998-03-28 14:12:59 +0000
commit74811ba094a2fcca54fbac46b6266ca3e6b8c216 (patch)
tree927dd63c72bbcf4f53349d5efa0fba4f74a3bb62 /x11-toolkits/lesstif
parentUpgrade to 1.0.1 (diff)
Fix a few portlint nits.
Notes
Notes: svn path=/head/; revision=10344
Diffstat (limited to 'x11-toolkits/lesstif')
-rw-r--r--x11-toolkits/lesstif/Makefile18
-rw-r--r--x11-toolkits/lesstif/pkg-plist1
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
-