aboutsummaryrefslogtreecommitdiff
path: root/deskutils/adesklets
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2006-09-06 18:50:01 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2006-09-06 18:50:01 +0000
commitd6e043f3dc03583bb386dc7db7158964e2905406 (patch)
tree6552782cd96946bcb1e868fc43c476df06424855 /deskutils/adesklets
parente1099e8d625965e3b168cbc912de30611b29d1e7 (diff)
downloadports-d6e043f3dc03583bb386dc7db7158964e2905406.tar.gz
ports-d6e043f3dc03583bb386dc7db7158964e2905406.zip
Notes
Diffstat (limited to 'deskutils/adesklets')
-rw-r--r--deskutils/adesklets/Makefile4
-rw-r--r--deskutils/adesklets/files/patch-scripting-python-Makefile.in11
2 files changed, 11 insertions, 4 deletions
diff --git a/deskutils/adesklets/Makefile b/deskutils/adesklets/Makefile
index 9ad9566af052..05bd550435f9 100644
--- a/deskutils/adesklets/Makefile
+++ b/deskutils/adesklets/Makefile
@@ -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
diff --git a/deskutils/adesklets/files/patch-scripting-python-Makefile.in b/deskutils/adesklets/files/patch-scripting-python-Makefile.in
new file mode 100644
index 000000000000..a9dc6bdc4a51
--- /dev/null
+++ b/deskutils/adesklets/files/patch-scripting-python-Makefile.in
@@ -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.