diff options
author | tron <tron> | 2001-07-29 05:32:34 +0000 |
---|---|---|
committer | tron <tron> | 2001-07-29 05:32:34 +0000 |
commit | a11041940c5358059a3a6253511a9019fe03e133 (patch) | |
tree | 5cdd951b1ef5e323cce9402efb5d600437455033 /devel | |
parent | 6d8511aeb0b47d7cc9456a4fe6734b8fc9098c48 (diff) | |
download | pkgsrc-a11041940c5358059a3a6253511a9019fe03e133.tar.gz |
- Don't mirror distfile which is already on "ftp.netbsd.org".
- pkglint: remove whitespace and end of line.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgetopt/Makefile | 6 |
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 |