1
0
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:
Pawel Pekala 2014-04-04 18:54:44 +00:00
parent 29a315904c
commit 56281e8ae0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350149
2 changed files with 5 additions and 7 deletions

View File

@ -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>

View File

@ -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