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 | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /misc/dialog/Makefile | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'misc/dialog/Makefile')
-rw-r--r-- | misc/dialog/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/dialog/Makefile b/misc/dialog/Makefile index 195a2d4f474..008da09a649 100644 --- a/misc/dialog/Makefile +++ b/misc/dialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2014/09/14 16:44:43 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2014/10/09 14:06:42 wiz Exp $ DISTNAME= dialog-1.2-20140911 PKGNAME= ${DISTNAME:C/-2/.2/} @@ -18,8 +18,6 @@ CONFIGURE_ARGS+= --with-libtool INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-P]-* -PKG_INSTALLATION_TYPES= overwrite pkgviews - INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 SUBST_CLASSES+= rpath |