aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2009-05-31 04:59:04 +0800
committermiwi <miwi@FreeBSD.org>2009-05-31 04:59:04 +0800
commit05fcea05e66309cdeeda44c39337f52e091bb92d (patch)
treee9fd513d547511e8c456d73e7263df29ac452506 /net
parent55322d13cddedac0b2e88fda0b47603c404c60ec (diff)
downloadfreebsd-ports-gnome-05fcea05e66309cdeeda44c39337f52e091bb92d.tar.gz
freebsd-ports-gnome-05fcea05e66309cdeeda44c39337f52e091bb92d.tar.zst
freebsd-ports-gnome-05fcea05e66309cdeeda44c39337f52e091bb92d.zip
- Re-apply binary name change as proposed in PR ports/105417 and listed
on 2007-09-03 in UPDATING - Pass maintainership to submitter - Use PLIST_FILES PR: 134860 Submitted by: Lapo Luchini <lapo@lapo.it>
Diffstat (limited to 'net')
-rw-r--r--net/whois/Makefile7
-rw-r--r--net/whois/files/patch-aa4
-rw-r--r--net/whois/pkg-plist2
3 files changed, 7 insertions, 6 deletions
diff --git a/net/whois/Makefile b/net/whois/Makefile
index 56b565b3c54f..93fa6f404d3a 100644
--- a/net/whois/Makefile
+++ b/net/whois/Makefile
@@ -7,11 +7,12 @@
PORTNAME= whois
PORTVERSION= 4.7.33
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
-MAINTAINER= miwi@FreeBSD.org
+MAINTAINER= lapo@lapo.it
COMMENT= Marco d\'Itri whois client
USE_GMAKE= yes
@@ -26,7 +27,9 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ENV= LDFLAGS="${LDFLAGS}"
MAKE_ARGS= OPTS=""
-MAN1= whois.1 mkpasswd.1
+MAN1= mwhois.1 mkpasswd.1
+
+PLIST_FILES= bin/mwhois bin/mkpasswd
#.if !defined(WITHOUT_NLS)
#USE_GETTEXT= yes
diff --git a/net/whois/files/patch-aa b/net/whois/files/patch-aa
index 6902de97f407..1859b912f40e 100644
--- a/net/whois/files/patch-aa
+++ b/net/whois/files/patch-aa
@@ -35,8 +35,8 @@
- $(INSTALL) -m 0644 whois.1 $(BASEDIR)$(prefix)/share/man/man1/
+ $(INSTALL) -d $(prefix)/bin/
+ $(INSTALL) -d $(prefix)/man/man1/
-+ $(INSTALL) -m 0755 whois $(prefix)/bin/
-+ $(INSTALL) -m 0644 whois.1 $(prefix)/man/man1/
++ $(INSTALL) -m 0755 whois $(prefix)/bin/mwhois
++ $(INSTALL) -m 0644 whois.1 $(prefix)/man/man1/mwhois.1
install-mkpasswd: mkpasswd
- $(INSTALL) -d $(BASEDIR)$(prefix)/bin/
diff --git a/net/whois/pkg-plist b/net/whois/pkg-plist
deleted file mode 100644
index cd880713798f..000000000000
--- a/net/whois/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-bin/whois
-bin/mkpasswd