summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam>2004-08-05 03:04:33 +0000
committerjlam <jlam>2004-08-05 03:04:33 +0000
commitb32b7ebe7e284f58e8635685f7b2406464dff9ad (patch)
tree8faee2d93353d9bee1d6b74a86343f5c7baec763 /net
parent29b7583d1f388a504ed8c3efed7e373ab99d7001 (diff)
downloadpkgsrc-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 'net')
-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) || \