summaryrefslogtreecommitdiff
path: root/devel/libgetopt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-05-16 04:37:46 +0000
committerjlam <jlam@pkgsrc.org>2001-05-16 04:37:46 +0000
commit0342227f5fa242e325db2cec5ea636da7cd97594 (patch)
treee5a6811ad9bd0910be0bffccd6f3818559f5bc01 /devel/libgetopt
parent213e1bd0ea000a08419444eadfc5f97f3e007a3c (diff)
downloadpkgsrc-0342227f5fa242e325db2cec5ea636da7cd97594.tar.gz
Tidy up the comments.
Diffstat (limited to 'devel/libgetopt')
-rw-r--r--devel/libgetopt/Makefile.getopt7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/libgetopt/Makefile.getopt b/devel/libgetopt/Makefile.getopt
index 21c7cbbcad5..a4a2e5b1971 100644
--- a/devel/libgetopt/Makefile.getopt
+++ b/devel/libgetopt/Makefile.getopt
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.getopt,v 1.1 2001/05/15 19:18:14 jlam Exp $
+# $NetBSD: Makefile.getopt,v 1.2 2001/05/16 04:37:46 jlam Exp $
#
# This Makefile fragment is included by packages that use getopt_long().
#
@@ -10,6 +10,9 @@
# package Makefile, optionally define WRKINCDIR, add
# link-getopt-headers to the prerequisite targets for pre-configure,
# and add ${WRKINCDIR} to the compiler's header search path.
+#
+# You may need to add LIBS to CONFIGURE_ENV if you the packages uses a GNU
+# configure script.
.if exists(/usr/include/getopt.h)
GETOPT_H= /usr/include/getopt.h
@@ -21,7 +24,7 @@ LIBS+= -lgetopt
WRKINCDIR?= ${WRKDIR}/include
-# This target links the getopt header into ${WRKINCDIR}/include, which is
+# This target links the getopt header into ${WRKINCDIR}, which should be
# searched first by the C preprocessor.
#
link-getopt-headers: