diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | 5ce8e8e5c77a92c16e627672eab6ebca50ad6f85 (patch) | |
tree | d22580c3f5bea1154b95655a82046161cfa9fd35 /devel/cssc/Makefile | |
parent | defb095decee8e3dde8b4102faa6e782be7704c2 (diff) |
Notes
Diffstat (limited to 'devel/cssc/Makefile')
-rw-r--r-- | devel/cssc/Makefile | 11 |
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> |