diff options
author | novel <novel@FreeBSD.org> | 2006-09-07 02:50:01 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-09-07 02:50:01 +0800 |
commit | 4601f75c571234dc3eb2270965224e78273e91a2 (patch) | |
tree | f577768be46f694e42da9c02b8349bf1162553a8 /deskutils | |
parent | f82ac642587335c2eb09b7897da5387d1c9e438b (diff) | |
download | freebsd-ports-gnome-4601f75c571234dc3eb2270965224e78273e91a2.tar.gz freebsd-ports-gnome-4601f75c571234dc3eb2270965224e78273e91a2.tar.zst freebsd-ports-gnome-4601f75c571234dc3eb2270965224e78273e91a2.zip |
Make DESTDIR-friendly, un-mark BROKEN.
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/adesklets/Makefile | 4 | ||||
-rw-r--r-- | deskutils/adesklets/files/patch-scripting-python-Makefile.in | 11 |
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. |