diff options
author | perky <perky@FreeBSD.org> | 2002-08-23 23:35:37 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-08-23 23:35:37 +0800 |
commit | 31616a7baee352ad7847d09f32577b14145d0abd (patch) | |
tree | 717782c5e0db64adc8f4f0f98b991ba61929a3fc /net | |
parent | 199fd709327e54c23b18ae4320a0123ce7049c6c (diff) | |
download | freebsd-ports-gnome-31616a7baee352ad7847d09f32577b14145d0abd.tar.gz freebsd-ports-gnome-31616a7baee352ad7847d09f32577b14145d0abd.tar.zst freebsd-ports-gnome-31616a7baee352ad7847d09f32577b14145d0abd.zip |
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 'net')
-rw-r--r-- | net/firedns/Makefile | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/net/firedns/Makefile b/net/firedns/Makefile index e46c0cc651a1..60c59b5b5dfe 100644 --- a/net/firedns/Makefile +++ b/net/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 \ |