summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2001-05-16 04:37:46 +0000
committerjlam <jlam>2001-05-16 04:37:46 +0000
commita29be7b2c887690e6afd033e4b21bcd96986cb89 (patch)
treee5a6811ad9bd0910be0bffccd6f3818559f5bc01 /devel
parent9d56533c991653c0a8a8f39a0380d9f92d7638c5 (diff)
downloadpkgsrc-a29be7b2c887690e6afd033e4b21bcd96986cb89.tar.gz
Tidy up the comments.
Diffstat (limited to 'devel')
-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: