summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-08-21 21:01:29 +0000
committerhubertf <hubertf@pkgsrc.org>2000-08-21 21:01:29 +0000
commite75965c6baa05e78e9da83535eded56e6c1aa4cc (patch)
treeb8540c2f811aaa6873f63ebe685a84e3151c8018 /devel/libgetopt
parent7a8db65186e2df36a64ace60a07199b527a7b210 (diff)
downloadpkgsrc-e75965c6baa05e78e9da83535eded56e6c1aa4cc.tar.gz
Update IGNORE-messages for recent changes: add ${PKGNAME} where
appropriate.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile
index 3ee05870917..2fccaa64ee8 100644
--- a/devel/libgetopt/Makefile
+++ b/devel/libgetopt/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/05/01 14:18:56 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2000/08/21 21:01:30 hubertf Exp $
#
VERS= 1.1
@@ -10,7 +10,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTFILES= getopt_long.c-${VERS} getopt_long.3-${VERS}
.if exists(/usr/include/getopt.h)
-IGNORE= "is part of your NetBSD distribution"
+IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
MAINTAINER= hubertf@netbsd.org,mcr@netbsd.org