diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 20:59:04 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-05-30 20:59:04 +0000 |
commit | 3675124cbf48ccda3abe5241aa6118627e6d3ec2 (patch) | |
tree | 1cfa968aacad03f0a729575dae75178587895537 /net/whois | |
parent | 4856b55f6b7134e29aaa432cd0f89e04d7f43a8d (diff) | |
download | ports-3675124cbf48ccda3abe5241aa6118627e6d3ec2.tar.gz ports-3675124cbf48ccda3abe5241aa6118627e6d3ec2.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>
Notes
Notes:
svn path=/head/; revision=234869
Diffstat (limited to 'net/whois')
-rw-r--r-- | net/whois/Makefile | 7 | ||||
-rw-r--r-- | net/whois/files/patch-aa | 4 | ||||
-rw-r--r-- | net/whois/pkg-plist | 2 |
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 |