mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add staging support
- Remove leading article from COMMENT - Convert to USES=gmake
This commit is contained in:
parent
29a315904c
commit
56281e8ae0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350149
@ -7,14 +7,12 @@ CATEGORIES= dns
|
||||
MASTER_SITES= http://threading.2038bug.com/sheerdns/
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A lightweight, simple, and fast master DNS server
|
||||
COMMENT= Lightweight, simple, and fast master DNS server
|
||||
|
||||
USE_GMAKE= yes
|
||||
USES= gmake
|
||||
|
||||
MAN8= sheerdns.8
|
||||
PLIST_FILES= sbin/sheerdns sbin/sheerdnshash
|
||||
PLIST_FILES= man/man8/sheerdns.8.gz sbin/sheerdns sbin/sheerdnshash
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -32,6 +32,6 @@
|
||||
- install sheerdnshash sheerdns /usr/sbin/
|
||||
- install sheerdns.8 /usr/share/man/man8/
|
||||
- install sheerdns.8 /usr/man/man8/
|
||||
+ install sheerdnshash sheerdns ${PREFIX}/sbin/
|
||||
+ install sheerdns.8 ${MANPREFIX}/man/man8/
|
||||
+ install sheerdnshash sheerdns $(DESTDIR)$(PREFIX)/sbin
|
||||
+ install sheerdns.8 $(DESTDIR)$(MANPREFIX)/man/man8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user