diff options
author | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-06-05 22:32:11 +0000 |
commit | d27edf52986a3f634e493451ba0a43f64be2cfc2 (patch) | |
tree | c93047466dbf9daea5ade970b9464515c4feac22 /devel/cssc | |
parent | 588c5c62f48a4a87b881b1f43a8b28dfc3d70586 (diff) | |
download | FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.zip FreeBSD-ports-d27edf52986a3f634e493451ba0a43f64be2cfc2.tar.gz |
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.
Diffstat (limited to 'devel/cssc')
-rw-r--r-- | devel/cssc/Makefile | 11 | ||||
-rw-r--r-- | devel/cssc/pkg-plist | 1 |
2 files changed, 1 insertions, 11 deletions
diff --git a/devel/cssc/Makefile b/devel/cssc/Makefile index f65172f..a5c74de 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 68ce3d2..91167a1 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 |