diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2007-07-30 09:42:28 +0000 |
commit | 4942ce5a7d8a3d0cbebaf4d202011850d1f7569f (patch) | |
tree | db1f21912f461000d609ddcd5d130946bcfe9e09 /deskutils | |
parent | b4be9b354e86bd790925c5a9a2e67df8ba20bc00 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/adesklets/Makefile | 1 | ||||
-rw-r--r-- | deskutils/ljcharm/Makefile | 1 | ||||
-rw-r--r-- | deskutils/py-dosage/Makefile | 1 | ||||
-rw-r--r-- | deskutils/py-tagfu/Makefile | 2 | ||||
-rw-r--r-- | deskutils/pybookreader/Makefile | 1 | ||||
-rw-r--r-- | deskutils/pypanel/Makefile | 1 |
6 files changed, 7 insertions, 0 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile index a5607e259555..1e5a49106f4e 100644 --- a/deskutils/adesklets/Makefile +++ b/deskutils/adesklets/Makefile @@ -32,6 +32,7 @@ INFO= adesklets \ adesklets_fr SUB_FILES= pkg-message +INSTALLS_EGGINFO= yes .include <bsd.port.pre.mk> diff --git a/deskutils/ljcharm/Makefile b/deskutils/ljcharm/Makefile index b89d8d21c064..19df5492ea6e 100644 --- a/deskutils/ljcharm/Makefile +++ b/deskutils/ljcharm/Makefile @@ -19,6 +19,7 @@ MAN5=charmrc.5 USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGVERSION= 1.6.0 post-install: .if !defined(NOPORTDOCS) diff --git a/deskutils/py-dosage/Makefile b/deskutils/py-dosage/Makefile index fb183c382776..68bf4b35e762 100644 --- a/deskutils/py-dosage/Makefile +++ b/deskutils/py-dosage/Makefile @@ -16,6 +16,7 @@ COMMENT= An application to keep a local mirror of web comics USE_PYTHON= yes USE_PYDISTUTILS=yes +PYDISTUTILS_PKGNAME= Dosage MAN1= mainline.1 diff --git a/deskutils/py-tagfu/Makefile b/deskutils/py-tagfu/Makefile index f259002e89ce..1d82c9158292 100644 --- a/deskutils/py-tagfu/Makefile +++ b/deskutils/py-tagfu/Makefile @@ -17,5 +17,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pysqlite2/__init__.py:${PORTSDIR}/databases/py USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= TagFu +PYDISTUTILS_PKGVERSION= 0.1 .include <bsd.port.mk> diff --git a/deskutils/pybookreader/Makefile b/deskutils/pybookreader/Makefile index d83369ef2008..eee7df785764 100644 --- a/deskutils/pybookreader/Makefile +++ b/deskutils/pybookreader/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/libxml2.py:${PORTSDIR}/textproc/py-libxml2 USE_PYTHON= 2.2+ USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= PyBookReader USE_GNOME= pygtk2 .include <bsd.port.mk> diff --git a/deskutils/pypanel/Makefile b/deskutils/pypanel/Makefile index 698d59c8730b..832036c634b7 100644 --- a/deskutils/pypanel/Makefile +++ b/deskutils/pypanel/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Xlib/X.py:${PORTSDIR}/x11-toolkits/py-xlib USE_X_PREFIX= yes USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_PKGNAME= PyPanel PORTDOCS= * |