pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/pkgtools/pkglint MANINSTALL is a user-settable variabl...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c36c679dcad
branches:  trunk
changeset: 503152:0c36c679dcad
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Nov 15 01:55:00 2005 +0000

description:
MANINSTALL is a user-settable variable and thus must not be defined by
the package Makefile.

diffstat:

 pkgtools/pkglint/Makefile |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r e62216ad78db -r 0c36c679dcad pkgtools/pkglint/Makefile
--- a/pkgtools/pkglint/Makefile Mon Nov 14 23:07:38 2005 +0000
+++ b/pkgtools/pkglint/Makefile Tue Nov 15 01:55:00 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.295 2005/11/14 11:45:52 rillig Exp $
+# $NetBSD: Makefile,v 1.296 2005/11/15 01:55:00 rillig Exp $
 #
 
 DISTNAME=      pkglint-4.42
@@ -35,10 +35,6 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-.if ${OPSYS} == "AIX" || ${OPSYS} == "SunOS"
-MANINSTALL=            catinstall
-.endif
-
 do-extract:
 .for f in lintpkgsrc.0 lintpkgsrc.1 lintpkgsrc.pl pkglint.0 pkglint.1 pkglint.pl plist-clash.pl
        @${CP} ${FILESDIR}/${f} ${WRKSRC}/${f}



Home | Main Index | Thread Index | Old Index