diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-18 09:21:18 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-01-18 09:21:18 +0000 |
commit | a92be2a764357ed7e1f9a0438103293367c01b9a (patch) | |
tree | a448e94a73c8e4015ca27810db2ca8d48f93da5e /lang/python30/Makefile | |
parent | Previous MAINTAINER mail bouncing, new MAINTAINER requested it with (diff) |
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.
Notes
Notes:
svn path=/head/; revision=24812
Diffstat (limited to 'lang/python30/Makefile')
-rw-r--r-- | lang/python30/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/python30/Makefile b/lang/python30/Makefile index 108a8abb6224..615fe87a3a8e 100644 --- a/lang/python30/Makefile +++ b/lang/python30/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' |