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 | 506bf9b9dff27699816bd34338cfd799707dde97 (patch) | |
tree | 17599a19f0b5f839bc56978f607b2b599dec0cf9 /net | |
parent | 9673aab5d2a5ef7d0191a15204f21ac127f43fea (diff) | |
download | pkgsrc-506bf9b9dff27699816bd34338cfd799707dde97.tar.gz |
"man" is not needed in INSTALLATION_DIRS if one of its subdirectorys is.
Diffstat (limited to 'net')
-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 \ |