diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-11 21:52:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-11 21:52:46 +0000 |
commit | e3841c148f57b82f655c882612edec38d09ae0e5 (patch) | |
tree | ddc46eba0090084c698763df314327f3b86c824d /net/samba2 | |
parent | 55b7d3e465182c59dabf0d80f63c058e40eb1dae (diff) | |
download | pkgsrc-e3841c148f57b82f655c882612edec38d09ae0e5.tar.gz |
Make distinfo and patches refer to the ones in net/samba2.
Diffstat (limited to 'net/samba2')
-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 |