diff options
Diffstat (limited to 'pkgtools/pkg_alternatives/Makefile')
-rw-r--r-- | pkgtools/pkg_alternatives/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile index 57cd2bbda13..a46dc65d41c 100644 --- a/pkgtools/pkg_alternatives/Makefile +++ b/pkgtools/pkg_alternatives/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2014/03/03 04:40:12 obache Exp $ +# $NetBSD: Makefile,v 1.22 2014/10/09 14:06:49 wiz Exp $ # PKGNAME= pkg_alternatives-1.6 @@ -8,8 +8,6 @@ MAINTAINER= jmmv@NetBSD.org COMMENT= Generic wrappers for programs with similar interfaces LICENSE= modified-bsd -PKG_INSTALLATION_TYPES= overwrite pkgviews - NO_BUILD= YES WRKSRC= ${WRKDIR} |