diff options
author | sbd <sbd@pkgsrc.org> | 2012-06-24 09:29:27 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-06-24 09:29:27 +0000 |
commit | 0978714902a0a92450a454ec5fce684fc9e3b2c7 (patch) | |
tree | 17599a19f0b5f839bc56978f607b2b599dec0cf9 /net/ucspi-tcp | |
parent | 596125b476c625225c48abbcd8cfb91c4004dd7b (diff) | |
download | pkgsrc-0978714902a0a92450a454ec5fce684fc9e3b2c7.tar.gz |
"man" is not needed in INSTALLATION_DIRS if one of its subdirectorys is.
Diffstat (limited to 'net/ucspi-tcp')
-rw-r--r-- | net/ucspi-tcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index c3d77463f30..ee7713c11cb 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2011/06/09 01:47:13 schmonz Exp $ +# $NetBSD: Makefile,v 1.38 2012/06/24 09:29:27 sbd Exp $ DISTNAME= ucspi-tcp-0.88 PKGREVISION= 3 @@ -19,7 +19,7 @@ DJB_RESTRICTED= no PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews -INSTALLATION_DIRS= bin man ${PKGMANDIR}/man1 +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 post-install: cd ${WRKDIR}/${PKGNAME_NOREV}-man; for i in 1; do \ |