aboutsummaryrefslogtreecommitdiff
path: root/sysutils/luma/Makefile
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2004-02-13 23:44:45 +0000
committerGreg Lewis <glewis@FreeBSD.org>2004-02-13 23:44:45 +0000
commitd2574bf793739634766bcf599f03d46bc8c9fb12 (patch)
tree1b2dc9bcab7960f92a8e5d3f96f8e66a9d0bbb77 /sysutils/luma/Makefile
parent9e3d9a8de45636d730d0095ad0bb67967e77936a (diff)
downloadports-d2574bf793739634766bcf599f03d46bc8c9fb12.tar.gz
ports-d2574bf793739634766bcf599f03d46bc8c9fb12.zip
1. Update to 1.2.
2. SIZEify. 3. Get rid of junk files from the install. 4. share/luma -> %%DATADIR%% in the packing list. PR: 62733 [1] [2] Submitted by: Alexander Novitsky <alecn@icc-vvd.ru> (maintainer) [1] [2]
Notes
Notes: svn path=/head/; revision=100885
Diffstat (limited to 'sysutils/luma/Makefile')
-rw-r--r--sysutils/luma/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/sysutils/luma/Makefile b/sysutils/luma/Makefile
index a9ceee1f62d2..e9d745e57851 100644
--- a/sysutils/luma/Makefile
+++ b/sysutils/luma/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= luma
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= sysutils net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,8 +15,7 @@ MAINTAINER= alecn2002@yandex.ru
COMMENT= A graphical tool for accessing and managing LDAP servers
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2 \
- pyuic:${PORTSDIR}/x11-toolkits/py-qt \
- ${PYTHON_SITELIBDIR}/mx/TextTools/__init__.py:${PORTSDIR}/lang/py-mx-base
+ pyuic:${PORTSDIR}/x11-toolkits/py-qt
USE_BZIP2= yes
USE_PYTHON= yes
@@ -25,7 +24,10 @@ WANTS_OPENLDAP_VER= 2.1
NO_BUILD= yes
INSTALLCMD= install.py
-INSTALLARGS= --prefix=${LOCALBASE}
+INSTALLARGS= --prefix=${PREFIX}
+
+post-extract:
+ ${FIND} ${WRKSRC} \( -name '.#*' -o -name '*~*' \) -delete
do-install:
@(cd ${INSTALL_WRKSRC}; ${PYTHON_CMD} ${INSTALLCMD} ${INSTALLARGS})