pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/autoswc It's INSTALLATION_DIRS, not INSTALL_D...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9b0d9ff53ee0
branches:  trunk
changeset: 472293:9b0d9ff53ee0
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Wed Apr 07 20:16:14 2004 +0000

description:
It's INSTALLATION_DIRS, not INSTALL_DIRS.

diffstat:

 pkgtools/autoswc/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 71643e6f1d59 -r 9b0d9ff53ee0 pkgtools/autoswc/Makefile
--- a/pkgtools/autoswc/Makefile Wed Apr 07 19:53:27 2004 +0000
+++ b/pkgtools/autoswc/Makefile Wed Apr 07 20:16:14 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/02/29 17:49:09 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/07 20:16:14 jmmv Exp $
 
 DISTNAME=              autoswc-1.2
 CATEGORIES=            pkgtools sysutils
@@ -49,7 +49,7 @@
 SUBST_SED.build+=      -e 's|@SH@|${SH}|g'
 SUBST_SED.build+=      -e 's|@SYSCONFDIR@|${PKG_SYSCONFDIR}|g'
 
-INSTALL_DIRS=          man/man8 sbin
+INSTALLATION_DIRS=     man/man8 sbin
 
 do-extract:
        ${CP} ${FILESDIR}/autoswc.8 ${WRKSRC}



Home | Main Index | Thread Index | Old Index