diff options
author | tg <tg@FreeBSD.org> | 2000-01-18 09:21:18 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-01-18 09:21:18 +0000 |
commit | 5592d05852a0dff2c2e9c8c2dd7a2ce06ebf1164 (patch) | |
tree | 04c20f25a624312575fe211aaaf2e3fafd665654 /lang/python25 | |
parent | b9f2eb3b2f0821693f2621b070d47c11088691cd (diff) | |
download | FreeBSD-ports-5592d05852a0dff2c2e9c8c2dd7a2ce06ebf1164.zip FreeBSD-ports-5592d05852a0dff2c2e9c8c2dd7a2ce06ebf1164.tar.gz |
On second thought, put back DIST_SUBDIR. It's not only used for the
Python distribution but also for the docs and some other packages with
rather generic names.
Diffstat (limited to 'lang/python25')
-rw-r--r-- | lang/python25/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python25/Makefile b/lang/python25/Makefile index 108a8ab..615fe87 100644 --- a/lang/python25/Makefile +++ b/lang/python25/Makefile @@ -21,6 +21,7 @@ MAINTAINER= tg@FreeBSD.org LIB_DEPENDS= ${TK_DEPENDS} +DIST_SUBDIR= python WRKSRC= ${WRKDIR}/Python-1.5.2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-fpectl --with-libs='-lxpg4' |