summaryrefslogtreecommitdiff
path: root/misc/getopt
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-26 19:16:37 +0000
committerminskim <minskim@pkgsrc.org>2004-12-26 19:16:37 +0000
commit00d7a6ed96db8609861874816ef38bcdd3a07371 (patch)
treeee3ecb9a93c1f9b519ece7b788bd1660a2d59fa4 /misc/getopt
parente21c4d28316a6bf3fa478a51a863ad05cdf590f2 (diff)
downloadpkgsrc-00d7a6ed96db8609861874816ef38bcdd3a07371.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'misc/getopt')
-rw-r--r--misc/getopt/Makefile6
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