diff options
author | jlam <jlam> | 2004-08-05 03:04:33 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-08-05 03:04:33 +0000 |
commit | b32b7ebe7e284f58e8635685f7b2406464dff9ad (patch) | |
tree | 8faee2d93353d9bee1d6b74a86343f5c7baec763 /www/lynx | |
parent | 29b7583d1f388a504ed8c3efed7e373ab99d7001 (diff) | |
download | pkgsrc-b32b7ebe7e284f58e8635685f7b2406464dff9ad.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/Makefile | 4 | ||||
-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) |