summaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2002-08-23 15:35:37 +0000
committerperky <perky@FreeBSD.org>2002-08-23 15:35:37 +0000
commit31616a7baee352ad7847d09f32577b14145d0abd (patch)
tree717782c5e0db64adc8f4f0f98b991ba61929a3fc /dns
parent199fd709327e54c23b18ae4320a0123ce7049c6c (diff)
downloadFreeBSD-ports-31616a7baee352ad7847d09f32577b14145d0abd.zip
FreeBSD-ports-31616a7baee352ad7847d09f32577b14145d0abd.tar.gz
1. Fix typo (s/INSTALL_SHLIBS/INSTALLS_SHLIB/)
2. Two minor style fixes (whitespace and EXTRACT_SUFX) 3. Bump PORTREVISION due to [1]. PR: 41933 (1, 3) Submitted by: maintainer
Diffstat (limited to 'dns')
-rw-r--r--dns/firedns/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/dns/firedns/Makefile b/dns/firedns/Makefile
index e46c0cc..60c59b5 100644
--- a/dns/firedns/Makefile
+++ b/dns/firedns/Makefile
@@ -6,22 +6,21 @@
#
PORTNAME= firedns
-PORTVERSION= 0.1.28
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \
+PORTVERSION= 0.1.28
+PORTREVISION= 2
+CATEGORIES= net
+MASTER_SITES= http://ares.penguinhosting.net/~ian/projects/ \
http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
-DISTNAME= firedns
-EXTRACT_SUFX= -0.1.28.tar.gz
+DISTNAME= firedns-${PORTVERSION}
-MAINTAINER= dean@odyssey.apana.org.au
+MAINTAINER= dean@odyssey.apana.org.au
BUILD_DEPENDS= ${LOCALBASE}/include/firestring.h:${PORTSDIR}/misc/firestring
GNU_CONFIGURE= yes
-
-INSTALL_SHLIBS= yes
+INSTALLS_SHLIB= yes
+WRKSRC= ${WRKDIR}/${PORTNAME}
MAN3= firedns_aton4.3 firedns_aton6.3 firedns_dnsbl_lookup.3 \
firedns_getip4.3 firedns_getip6.3 firedns_getmx.3 \
OpenPOWER on IntegriCloud