diff options
Diffstat (limited to 'misc/getopt')
-rw-r--r-- | misc/getopt/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile index 0da6f3320ea..8bb5f84f742 100644 --- a/misc/getopt/Makefile +++ b/misc/getopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/26 15:55:39 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2004/12/26 19:16:37 minskim Exp $ # DISTNAME= getopt-1.1.3 @@ -9,9 +9,13 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.frodol.dds.nl/ COMMENT= Program to help shell scripts parse command-line parameters +PKG_INSTALLATION_TYPES= overwrite pkgviews + USE_BUILDLINK3= yes USE_GNU_TOOLS+= make +INSTALLATION_DIRS= bin man/man1 + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/getopt ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/getopt.1 ${PREFIX}/man/man1 |