diff options
author | reed <reed@pkgsrc.org> | 2005-08-02 00:23:31 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-08-02 00:23:31 +0000 |
commit | 0ba4386344743ad9675a2a705822b9e44d64df65 (patch) | |
tree | c156f9400b6c9481917658489a0d8f55d2d35607 /net/md-whois | |
parent | a587c72eed42f11c8a68ae52c514e44ca9fa551b (diff) | |
download | pkgsrc-0ba4386344743ad9675a2a705822b9e44d64df65.tar.gz |
Replace references of pkgsrc/mk/bsd.pkg.defaults.mk to
pkgsrc/mk/defaults/mk.conf.
This is from PR 30741 from anonymous AT example.net.
Diffstat (limited to 'net/md-whois')
-rw-r--r-- | net/md-whois/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/md-whois/Makefile b/net/md-whois/Makefile index 6e41f103eaa..3fd9fa55909 100644 --- a/net/md-whois/Makefile +++ b/net/md-whois/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2005/07/16 01:19:16 jlam Exp $ +# $NetBSD: Makefile,v 1.16 2005/08/02 00:23:31 reed Exp $ # # todo: set location of [md-]whois.conf and fix in man page too # todo: build and install the po/ files and add to PLIST -# todo: add choice for mk/bsd.pkg.defaults.mk to define name prefix +# todo: add choice for mk/defaults/mk.conf to define name prefix # (defaults to "md-" to distinguish from other whois clients) and adjust PLIST DISTNAME= whois_${VERSION} |