summaryrefslogtreecommitdiff
path: root/www/lynx
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2004-08-05 03:04:33 +0000
committerjlam <jlam@pkgsrc.org>2004-08-05 03:04:33 +0000
commitb32800e3ff9c423f56e7cee708e978d659391458 (patch)
tree8faee2d93353d9bee1d6b74a86343f5c7baec763 /www/lynx
parent4192e465eeebaf89669bc820e7480074e5254dbc (diff)
downloadpkgsrc-b32800e3ff9c423f56e7cee708e978d659391458.tar.gz
Rename Makefile.options to options.mk in the packages that I maintain.
This follows the example of the mail/dovecot package, as suggested by <schmonz>.
Diffstat (limited to 'www/lynx')
-rw-r--r--www/lynx/Makefile4
-rw-r--r--www/lynx/options.mk (renamed from www/lynx/Makefile.options)2
2 files changed, 3 insertions, 3 deletions
diff --git a/www/lynx/Makefile b/www/lynx/Makefile
index 2776388ec36..796f76ae909 100644
--- a/www/lynx/Makefile
+++ b/www/lynx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.74 2004/07/30 21:05:42 jlam Exp $
+# $NetBSD: Makefile,v 1.75 2004/08/05 03:04:34 jlam Exp $
#
DISTNAME= lynx2.8.5
@@ -63,7 +63,7 @@ CONFIGURE_ARGS+= --enable-nested-tables
CONFIGURE_ARGS+= --enable-prettysrc
CONFIGURE_ARGS+= --enable-read-eta
-.include "Makefile.options"
+.include "options.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/openssl/buildlink3.mk"
diff --git a/www/lynx/Makefile.options b/www/lynx/options.mk
index 8a2eaf7e2ec..21dde3d76d2 100644
--- a/www/lynx/Makefile.options
+++ b/www/lynx/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.1 2004/07/30 21:05:42 jlam Exp $
+# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:34 jlam Exp $
# Global and legacy options
.if defined(LYNX_SCREEN_LIB) || defined(USE_SOCKS) || defined(USE_INET6)