diff options
author | jlam <jlam> | 2004-01-11 21:52:46 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-11 21:52:46 +0000 |
commit | 568585cbf20fdaf4ec6c2e56a6a869b698293809 (patch) | |
tree | ddc46eba0090084c698763df314327f3b86c824d /net | |
parent | 3ab6750cfa480fb9d55f5c718929c5fef5da3591 (diff) | |
download | pkgsrc-568585cbf20fdaf4ec6c2e56a6a869b698293809.tar.gz |
Make distinfo and patches refer to the ones in net/samba2.
Diffstat (limited to 'net')
-rw-r--r-- | net/samba2/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/samba2/Makefile.common b/net/samba2/Makefile.common index b36e31eb7f3..f2bfd2f3677 100644 --- a/net/samba2/Makefile.common +++ b/net/samba2/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.1.1.1 2004/01/11 00:41:12 jlam Exp $ +# $NetBSD: Makefile.common,v 1.2 2004/01/11 21:52:46 jlam Exp $ # # NOTE: This file is included by: # @@ -20,8 +20,8 @@ MASTER_SITES+= ftp://${COUNTRY}.samba.org/pub/samba/ .endfor EXTRACT_SUFX= .tar.bz2 -DISTINFO_FILE?= ${.CURDIR}/../../net/samba/distinfo -PATCHDIR?= ${.CURDIR}/../../net/samba/patches +DISTINFO_FILE?= ${.CURDIR}/../../net/samba2/distinfo +PATCHDIR?= ${.CURDIR}/../../net/samba2/patches GNU_CONFIGURE= # defined USE_LIBTOOL= # defined |