diff options
author | tg <tg@FreeBSD.org> | 2000-06-16 17:27:41 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-06-16 17:27:41 +0800 |
commit | 8201936fbf5dd396af3eed86592cc5747226368c (patch) | |
tree | 2494ca66a75a17adae2e788a1f8f64a7ee4c228a /devel | |
parent | b7fcfed2b81657263b032bc8c0700ffe2b89de47 (diff) | |
download | freebsd-ports-gnome-8201936fbf5dd396af3eed86592cc5747226368c.tar.gz freebsd-ports-gnome-8201936fbf5dd396af3eed86592cc5747226368c.tar.zst freebsd-ports-gnome-8201936fbf5dd396af3eed86592cc5747226368c.zip |
Make this actually work.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-mxDateTime/Makefile | 6 | ||||
-rw-r--r-- | devel/py-mxDateTime/pkg-plist | 6 |
2 files changed, 10 insertions, 2 deletions
diff --git a/devel/py-mxDateTime/Makefile b/devel/py-mxDateTime/Makefile index e163445c7561..ea777d5c5ea6 100644 --- a/devel/py-mxDateTime/Makefile +++ b/devel/py-mxDateTime/Makefile @@ -32,9 +32,13 @@ post-extract: do-configure: @(cd ${WRKSRC} && ${CONFIGURE_ENV} ${MAKE} -f Makefile.pre.in boot) -post-install: +do-install: @${MKDIR} ${DATETIMEDIR} ${INSTALL_DATA} ${WRKDIR}/DateTime/*.py ${DATETIMEDIR} + @${MKDIR} ${DATETIMEDIR}/mxDateTime +.for file in __init__.py mxDateTime.so + ${INSTALL_DATA} ${WRKDIR}/DateTime/mxDateTime/${file} ${DATETIMEDIR}/mxDateTime +.endfor @${PREFIX}/bin/python ${PYTHONSCRIPTDIR}/compileall.py ${DATETIMEDIR} @${PREFIX}/bin/python -O ${PYTHONSCRIPTDIR}/compileall.py ${DATETIMEDIR} @${MKDIR} ${EXAMPLEDIR} diff --git a/devel/py-mxDateTime/pkg-plist b/devel/py-mxDateTime/pkg-plist index bb0f5ba792c1..8d059e4306b1 100644 --- a/devel/py-mxDateTime/pkg-plist +++ b/devel/py-mxDateTime/pkg-plist @@ -31,10 +31,14 @@ lib/python1.5/site-packages/DateTime/Timezone.pyo lib/python1.5/site-packages/DateTime/__init__.py lib/python1.5/site-packages/DateTime/__init__.pyc lib/python1.5/site-packages/DateTime/__init__.pyo +lib/python1.5/site-packages/DateTime/mxDateTime/__init__.py +lib/python1.5/site-packages/DateTime/mxDateTime/__init__.pyc +lib/python1.5/site-packages/DateTime/mxDateTime/__init__.pyo +lib/python1.5/site-packages/DateTime/mxDateTime/mxDateTime.so +@dirrm lib/python1.5/site-packages/DateTime/mxDateTime lib/python1.5/site-packages/DateTime/timegm.py lib/python1.5/site-packages/DateTime/timegm.pyc lib/python1.5/site-packages/DateTime/timegm.pyo -lib/python1.5/site-packages/mxDateTime.so @dirrm lib/python1.5/site-packages/DateTime share/doc/py-mxDateTime/mxDateTime-History.html share/doc/py-mxDateTime/mxDateTime.html |