diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-31 11:15:43 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-31 11:15:43 +0800 |
commit | ba6f32789b9143c24a8e7474ea0128844425c509 (patch) | |
tree | a2919b65a9781965885e03c591ce76b6171ea3ac /editors/xemacs/files/patch-aa | |
parent | 2e29dae278074c9bf02b3b6397bb752d9586e458 (diff) | |
download | marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.gz marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.bz2 marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.lz marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.xz marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.tar.zst marcuscom-ports-ba6f32789b9143c24a8e7474ea0128844425c509.zip |
X11BASE -> LOCALBASE, share/gnome lives in LOCALBASE. Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6897 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'editors/xemacs/files/patch-aa')
-rw-r--r-- | editors/xemacs/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/xemacs/files/patch-aa b/editors/xemacs/files/patch-aa new file mode 100644 index 000000000..45fbafd60 --- /dev/null +++ b/editors/xemacs/files/patch-aa @@ -0,0 +1,11 @@ +--- lib-src/Makefile.in.in~ Tue Feb 8 11:54:39 2000 ++++ lib-src/Makefile.in.in Thu Sep 21 22:26:13 2000 +@@ -224,7 +224,7 @@ + (cd ${archlibdir} && \ + $(RM) ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}) + +-.PHONY: mostlyclean clean distclean realclean extraclean ++.PHONY: mostlyclean clean distclean realclean extraclean ${archlibdir} + mostlyclean: + $(RM) *.o *.i core + clean: mostlyclean |