summaryrefslogtreecommitdiff
path: root/net/samba
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 /net/samba
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 'net/samba')
-rw-r--r--net/samba/Makefile4
-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) || \