From ade02d77e532dcb6f6e0ad2fb856bf1a68e8599f Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Fri, 23 Aug 2002 15:35:37 +0000 Subject: 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 --- net/firedns/Makefile | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) (limited to 'net') 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 \ -- cgit v1.2.3