aboutsummaryrefslogtreecommitdiff
path: root/devel/cssc
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-06-05 22:32:11 +0000
commit5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch)
treed22580c3f5bea1154b95655a82046161cfa9fd35 /devel/cssc
parentdefb095decee8e3dde8b4102faa6e782be7704c2 (diff)
downloadports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.tar.gz
ports-5ce8e8e5c77a92c16e627672eab6ebca50ad6f85.zip
Remove the test to create ${PREFIX}/share/info/dir as it is now
in bsd.port.mk and this helps to unify the check and install.
Notes
Notes: svn path=/head/; revision=19223
Diffstat (limited to 'devel/cssc')
-rw-r--r--devel/cssc/Makefile11
-rw-r--r--devel/cssc/pkg-plist1
2 files changed, 1 insertions, 11 deletions
diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile
index f65172f200d9..a5c74deb3114 100644
--- a/devel/cssc/Makefile
+++ b/devel/cssc/Makefile
@@ -3,7 +3,7 @@
# Date created: 31 Mar 1999
# Whom: Oliver Fromme
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1999/03/31 05:33:17 jkoshy Exp $
#
DISTNAME= CSSC-0.10beta.pl1
@@ -16,12 +16,6 @@ MAINTAINER= olli@fromme.com
GNU_CONFIGURE= yes
MAN1= sccs.1
-#
-# NOTE:
-# portlint will warn about the absolute pathname "/usr/share/info/dir",
-# although it is OK in this case (see the FreeBSD Handbook, section
-# "Making a port yourself", subsection "Info files").
-#
post-install:
@strip ${PREFIX}/bin/sccs
@for FILE in ${PREFIX}/libexec/cssc/*; do \
@@ -29,9 +23,6 @@ post-install:
strip $$FILE; \
fi; \
done
- @if [ ! -f ${PREFIX}/info/dir ]; then \
- ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
- fi
@install-info ${PREFIX}/info/cssc.info ${PREFIX}/info/dir
.include <bsd.port.mk>
diff --git a/devel/cssc/pkg-plist b/devel/cssc/pkg-plist
index 68ce3d20587e..91167a116b3f 100644
--- a/devel/cssc/pkg-plist
+++ b/devel/cssc/pkg-plist
@@ -17,4 +17,3 @@ info/cssc.info
info/cssc.info-1
info/cssc.info-2
info/cssc.info-3
-@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir