summaryrefslogtreecommitdiff
path: root/devel/cssc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cssc/Makefile')
-rw-r--r--devel/cssc/Makefile11
1 files changed, 1 insertions, 10 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>