diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-04-07 20:16:14 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-04-07 20:16:14 +0000 |
commit | e4b165c217b050475cbf41e3100c290833017394 (patch) | |
tree | a277721fcc6194bde2f1a6bfedac921e676f59d2 /pkgtools/autoswc | |
parent | 9e1d8c8a1c795a9b4d9a1ded582d7f1d386fe973 (diff) | |
download | pkgsrc-e4b165c217b050475cbf41e3100c290833017394.tar.gz |
It's INSTALLATION_DIRS, not INSTALL_DIRS.
Diffstat (limited to 'pkgtools/autoswc')
-rw-r--r-- | pkgtools/autoswc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile index 20a458fd8f8..156d9037b7c 100644 --- a/pkgtools/autoswc/Makefile +++ b/pkgtools/autoswc/Makefile @@ -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|@PREFIX@|${PREFIX}|g' 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} |