summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-01-10 14:35:22 +0000
committerhubertf <hubertf@pkgsrc.org>2000-01-10 14:35:22 +0000
commit2f048912a739385fe80ff114e391233c0051ad07 (patch)
tree86f939ee1296d8984b8d63c92e79fbfeedf99ab7 /www
parente60f13c811028ce422868ed1ec85b59742298dd3 (diff)
downloadpkgsrc-2f048912a739385fe80ff114e391233c0051ad07.tar.gz
The configure is actually GNU configure
Diffstat (limited to 'www')
-rw-r--r--www/hypermail/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile
index ea127781c61..96ad94ab4da 100644
--- a/www/hypermail/Makefile
+++ b/www/hypermail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 1999/12/14 16:31:21 bouyer Exp $
+# $NetBSD: Makefile,v 1.3 2000/01/10 14:35:22 hubertf Exp $
# FreeBSD Id: ports/www/hypermail/Makefile,v 1.4 1999/08/31 02:42:53 peter Exp
DISTNAME= hypermail-20b3
@@ -10,6 +10,6 @@ MAINTAINER= bouyer@netbsd.org
HOMEPAGE= http://www.landfield.com/hypermail/
WRKSRC= ${WRKDIR}/${PKGNAME}
-HAS_CONFIGURE= yes
+GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"