diff options
author | jlam <jlam@pkgsrc.org> | 2004-08-05 03:04:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-08-05 03:04:33 +0000 |
commit | b32800e3ff9c423f56e7cee708e978d659391458 (patch) | |
tree | 8faee2d93353d9bee1d6b74a86343f5c7baec763 /net | |
parent | 4192e465eeebaf89669bc820e7480074e5254dbc (diff) | |
download | pkgsrc-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 'net')
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba/options.mk (renamed from net/samba/Makefile.options) | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/samba/Makefile b/net/samba/Makefile index 642c302e4a5..ef6f4f68b2a 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.124 2004/07/30 21:05:41 jlam Exp $ +# $NetBSD: Makefile,v 1.125 2004/08/05 03:04:34 jlam Exp $ DISTNAME= samba-3.0.5 CATEGORIES= net @@ -64,7 +64,7 @@ USE_GNU_READLINE= yes .include "../../devel/readline/buildlink3.mk" CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} -.include "Makefile.options" +.include "options.mk" .if !defined(MKTEMP) MKTEMP!= ${TYPE} mktemp 2>&1 | \ diff --git a/net/samba/Makefile.options b/net/samba/options.mk index daeab7a9a39..318c28c4994 100644 --- a/net/samba/Makefile.options +++ b/net/samba/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.options,v 1.1 2004/07/30 21:05:41 jlam Exp $ +# $NetBSD: options.mk,v 1.1 2004/08/05 03:04:34 jlam Exp $ # Global and legacy options .if defined(USE_CUPS) || defined(USE_PAM) || defined(USE_OPENLDAP) || \ |