summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2002-08-23 15:35:37 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2002-08-23 15:35:37 +0000
commitade02d77e532dcb6f6e0ad2fb856bf1a68e8599f (patch)
tree6cd56055ca465de41ed93cc9a68269ede5cab056 /dns
parent* Use GNOMENG for ESounD. (diff)
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
Notes
Notes: svn path=/head/; revision=64889
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 e46c0cc651a1..60c59b5b5dfe 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 \