Make DESTDIR-friendly, un-mark BROKEN.

This commit is contained in:
Roman Bogorodskiy 2006-09-06 18:50:01 +00:00
parent e1099e8d62
commit d6e043f3dc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172417
2 changed files with 11 additions and 4 deletions

View File

@ -18,10 +18,6 @@ COMMENT= An interactive Imlib2 console for the X Window system
LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2
RUN_DEPENDS= gsed:${PORTSDIR}/textproc/gsed
BROKEN= Incorrect pkg-plist
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01
GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_GMAKE= yes

View File

@ -0,0 +1,11 @@
--- scripting/python/Makefile.in.orig Tue Sep 5 22:15:56 2006
+++ scripting/python/Makefile.in Tue Sep 5 22:16:11 2006
@@ -350,7 +350,7 @@
@PYTHON_SUPPORT_TRUE@python-compile: adesklets/commands.py
@PYTHON_SUPPORT_TRUE@ @PYTHON@ setup.py build
@PYTHON_SUPPORT_TRUE@install-data-local:
-@PYTHON_SUPPORT_TRUE@ @PYTHON@ setup.py install --root=$(DESTDIR)
+@PYTHON_SUPPORT_TRUE@ @PYTHON@ setup.py install --root="/$(DESTDIR)"
@PYTHON_SUPPORT_FALSE@python-compile:
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.