diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | 8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /lang/tcl-otcl | |
parent | 94c9920d30aca05596e5e8136f94969dd7e4e174 (diff) | |
download | pkgsrc-8ad27923d8c71c8ba61a7542a5093ddb4f5c2daa.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'lang/tcl-otcl')
-rw-r--r-- | lang/tcl-otcl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index 16eb0d9e592..34f169b2dc1 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/01/20 19:20:08 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2014/10/09 14:06:38 wiz Exp $ DISTNAME= otcl-src-1.14 PKGNAME= tcl-${DISTNAME:S/-src//} @@ -10,8 +10,6 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://otcl-tclcl.sourceforge.net/otcl/ COMMENT= MIT Object Tcl -PKG_INSTALLATION_TYPES= overwrite pkgviews - GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} |