summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-29 05:32:34 +0000
committertron <tron@pkgsrc.org>2001-07-29 05:32:34 +0000
commit3a85b0da6a088eead20618342dc62c99df7b583e (patch)
tree5cdd951b1ef5e323cce9402efb5d600437455033 /devel/libgetopt
parentadc35f1d132f645b2e69a9d71bc46d0cafff0f0b (diff)
downloadpkgsrc-3a85b0da6a088eead20618342dc62c99df7b583e.tar.gz
- Don't mirror distfile which is already on "ftp.netbsd.org".
- pkglint: remove whitespace and end of line.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile
index 31cab501c9f..03610b22989 100644
--- a/devel/libgetopt/Makefile
+++ b/devel/libgetopt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2001/07/23 22:31:08 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2001/07/29 05:32:34 tron Exp $
#
DISTNAME= libgetopt-${VERS}
@@ -11,6 +11,8 @@ DISTFILES= getopt_long.c-${VERS} getopt_long.3-${VERS}
MAINTAINER= hubertf@netbsd.org,mcr@netbsd.org
COMMENT= Library for handling --long options
+NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL
+
.if exists(/usr/include/getopt.h)
IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
@@ -26,7 +28,7 @@ MAKE_FLAGS+= MKLINT=no
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-MAKEFLAGS+= NETBSD_COMPATIBLE=YES
+MAKEFLAGS+= NETBSD_COMPATIBLE=YES
CFLAGS+= -DREPLACE_GETOPT
.endif