diff options
author | schmonz <schmonz@pkgsrc.org> | 2004-07-26 19:16:09 +0000 |
---|---|---|
committer | schmonz <schmonz@pkgsrc.org> | 2004-07-26 19:16:09 +0000 |
commit | 379af5fb5002812ec7cf9b437fa13ad99b27b5c3 (patch) | |
tree | 351f462703ce5b2fbd3d4227821cdb56b31cc7b4 /net | |
parent | 3aefd42eece0eefd11e6497b42ad1dadefbad41e (diff) | |
download | pkgsrc-379af5fb5002812ec7cf9b437fa13ad99b27b5c3.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'net')
-rw-r--r-- | net/ucspi-tcp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index d10b11cb261..7b1b7aa6d1b 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/07/22 01:04:35 schmonz Exp $ +# $NetBSD: Makefile,v 1.19 2004/07/26 19:16:53 schmonz Exp $ # FreeBSD Id: ports/sysutils/ucspi-tcp/Makefile,v 1.12 2000/07/10 01:41:24 steve Exp DISTNAME= ucspi-tcp-0.88 @@ -17,6 +17,8 @@ RESTRICTED= "modified source and binaries may not be distributed" NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes ALL_TARGET= it @@ -26,6 +28,8 @@ INSTALL_TARGET= setup check GCC_REQD+= 3.0 .endif +INSTALLATION_DIRS= bin man man/man1 + do-configure: ${ECHO} ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc ${ECHO} ${CC} ${_STRIPFLAG_CC} > ${WRKSRC}/conf-ld |