diff options
author | reed <reed@pkgsrc.org> | 2004-04-16 20:26:10 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-04-16 20:26:10 +0000 |
commit | 6ba742ff86ad32e8021f3ca4f492e9c15cf0d10a (patch) | |
tree | 0e898e57f27a35f7152e23efde0c6db005fea5b5 /net | |
parent | 24ac597e113bf04c7af8363f0364089563fc312a (diff) | |
download | pkgsrc-6ba742ff86ad32e8021f3ca4f492e9c15cf0d10a.tar.gz |
Enable pkgviews.
Diffstat (limited to 'net')
-rw-r--r-- | net/gethost/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/gethost/Makefile b/net/gethost/Makefile index bd77d221ad4..8dd2ca9d1f0 100644 --- a/net/gethost/Makefile +++ b/net/gethost/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:10:37 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/16 20:26:10 reed Exp $ DISTNAME= gethost-0.03 CATEGORIES= net @@ -8,6 +8,8 @@ MAINTAINER= reed@reedmedia.net HOMEPAGE= http://www.reedmedia.net/software/gethost/ COMMENT= Hostname and IP resolver for testing /etc/hosts and nsswitch.conf +PKG_INSTALLATION_TYPES= overwrite pkgviews +INSTALLATION_DIRS= bin man/man1 ALL_TARGET= gethost do-install: |