summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-01-10 14:35:22 +0000
committerhubertf <hubertf>2000-01-10 14:35:22 +0000
commit4eecf5e5ec23caf48f61f7d1090d987cc90c72ca (patch)
tree86f939ee1296d8984b8d63c92e79fbfeedf99ab7
parent37e7e3f5b11883c4ccf0e56423ab73bdb10e1902 (diff)
downloadpkgsrc-4eecf5e5ec23caf48f61f7d1090d987cc90c72ca.tar.gz
The configure is actually GNU configure
-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"