diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-09-06 20:57:20 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-09-06 20:57:20 +0000 |
commit | 9402b1366b5da4a0f970f90e8f039770b2dae447 (patch) | |
tree | fdf33612a0620acc55f66dce0d2f66a0b5e96ebf /databases/py-gdbm/Makefile | |
parent | 19246506210d93b62aa6bb0764e5901ac7ed2e51 (diff) | |
download | pkgsrc-9402b1366b5da4a0f970f90e8f039770b2dae447.tar.gz |
Since lang/python/Makefile fetches python source into a subdir, search
it there to prevent double download.
Diffstat (limited to 'databases/py-gdbm/Makefile')
-rw-r--r-- | databases/py-gdbm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-gdbm/Makefile b/databases/py-gdbm/Makefile index 37da215b552..9677c34f6ee 100644 --- a/databases/py-gdbm/Makefile +++ b/databases/py-gdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1998/08/20 15:16:44 tsarna Exp $ +# $NetBSD: Makefile,v 1.3 1998/09/06 20:57:20 frueauf Exp $ # DISTNAME= pyth151 @@ -6,6 +6,7 @@ PKGNAME= py-gdbm-1.5.1 CATEGORIES= databases MASTER_SITES= ftp://ftp.python.org/pub/python/src/ EXTRACT_SUFX= .tgz +DIST_SUBDIR= python MAINTAINER= dolecek@ics.muni.cz HOMEPAGE= http://www.python.org/doc/lib/module-gdbm.html |