forked from Lainports/freebsd-ports
- 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>
This commit is contained in:
parent
4856b55f6b
commit
3675124cbf
3 changed files with 7 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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/
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
bin/whois
|
||||
bin/mkpasswd
|
||||
Loading…
Add table
Reference in a new issue