diff options
author | tg <tg@FreeBSD.org> | 2000-01-18 17:21:18 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-01-18 17:21:18 +0800 |
commit | 5592d05852a0dff2c2e9c8c2dd7a2ce06ebf1164 (patch) | |
tree | 04c20f25a624312575fe211aaaf2e3fafd665654 /lang/python26 | |
parent | b9f2eb3b2f0821693f2621b070d47c11088691cd (diff) | |
download | freebsd-ports-gnome-5592d05852a0dff2c2e9c8c2dd7a2ce06ebf1164.tar.gz freebsd-ports-gnome-5592d05852a0dff2c2e9c8c2dd7a2ce06ebf1164.tar.zst freebsd-ports-gnome-5592d05852a0dff2c2e9c8c2dd7a2ce06ebf1164.zip |
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/python26')
-rw-r--r-- | lang/python26/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 108a8abb6224..615fe87a3a8e 100644 --- a/lang/python26/Makefile +++ b/lang/python26/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' |