mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Fix a few portlint nits.
This commit is contained in:
parent
5e30defae1
commit
74811ba094
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=10344
@ -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
|
||||
# ------------ ----------------------
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user