diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:38:16 +0000 |
commit | 94dc65fbeccff1dc0d868dfd4949516e0eacf893 (patch) | |
tree | d583765b38ad8c9086e6f3c1b1f72fcf3c9cf6ff /devel/libgetopt | |
parent | 5db9dc6826de4c5bfec1656c0935b20663fd040c (diff) | |
download | pkgsrc-94dc65fbeccff1dc0d868dfd4949516e0eacf893.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r-- | devel/libgetopt/Makefile | 3 | ||||
-rw-r--r-- | devel/libgetopt/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile b/devel/libgetopt/Makefile index c32033f06cf..bd4d7830c68 100644 --- a/devel/libgetopt/Makefile +++ b/devel/libgetopt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/10/21 22:03:22 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/16 14:38:35 wiz Exp $ # DISTNAME= libgetopt-${VERS} @@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} DISTFILES= getopt_long.c-${VERS} getopt_long.3-${VERS} MAINTAINER= hubertf@netbsd.org,mcr@netbsd.org +COMMENT= Library for handling --long options .if exists(/usr/include/getopt.h) IGNORE= "${PKGNAME} is part of your NetBSD distribution" diff --git a/devel/libgetopt/pkg/COMMENT b/devel/libgetopt/pkg/COMMENT deleted file mode 100644 index 53d8cf24527..00000000000 --- a/devel/libgetopt/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Library for handling --long options |