MANINSTALL is a user-settable variable and thus must not be defined by
the package Makefile.
This commit is contained in:
parent
9003b8bd75
commit
57807fc95b
1 changed files with 1 additions and 5 deletions
|
@ -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 @@ SUBST_SED.pkglint+= -e 's|@DATADIR@|${PREFIX}/share/pkglint|g'
|
|||
|
||||
.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}
|
||||
|
|
Loading…
Reference in a new issue