diff options
author | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-06-17 03:50:19 +0000 |
commit | 62d306b057537feb1ef4749c60334699ef7f07d1 (patch) | |
tree | 067490bfc0f733c9b522363134ffa36e43b49192 /news | |
parent | cbac1b2142ffeda168356e0a85c33829123f805b (diff) | |
download | pkgsrc-62d306b057537feb1ef4749c60334699ef7f07d1.tar.gz |
Create directories before installing files into them.
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpclnt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/news/nntpclnt/Makefile b/news/nntpclnt/Makefile index c7f7fc9034a..0fbdffdd2b2 100644 --- a/news/nntpclnt/Makefile +++ b/news/nntpclnt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/04/01 03:28:36 kim Exp $ +# $NetBSD: Makefile,v 1.24 2005/06/17 03:50:29 jlam Exp $ DISTNAME= nntpclnt-1.6.1 PKGREVISION= 5 @@ -27,6 +27,8 @@ PLIST_SUBST+= PKG_SYSCONFDIR=${PKG_SYSCONFDIR} CONFIG_SH= ${FILESDIR}/config.${OPSYS}.sh ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* +INSTALLATION_DIRS= bin include lib man/man3 + do-configure: ${SED} -e s,@PREFIX@,${PREFIX}, -e s,@PKGSYSCONFDIR@,${PKG_SYSCONFDIR}, \ ${CONFIG_SH} >${WRKSRC}/config.sh |