diff options
author | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2015-11-28 23:08:03 +0000 |
commit | 691f434f549a42a69ac50ff23a1543397490f5c5 (patch) | |
tree | 918183cc54e747acc95c0517ca51c4874a7ee860 /deskutils/akamaru/files/patch-Makefile | |
parent | de9fd54831b4e86ba3482e9bc7479a1ddcc1c364 (diff) | |
download | ports-691f434f549a42a69ac50ff23a1543397490f5c5.tar.gz ports-691f434f549a42a69ac50ff23a1543397490f5c5.zip |
Notes
Diffstat (limited to 'deskutils/akamaru/files/patch-Makefile')
-rw-r--r-- | deskutils/akamaru/files/patch-Makefile | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/deskutils/akamaru/files/patch-Makefile b/deskutils/akamaru/files/patch-Makefile deleted file mode 100644 index 2fe8ad307bf1..000000000000 --- a/deskutils/akamaru/files/patch-Makefile +++ /dev/null @@ -1,19 +0,0 @@ ---- Makefile.orig Sun Jul 16 01:37:05 2006 -+++ Makefile Wed Oct 11 01:04:51 2006 -@@ -4,7 +4,7 @@ - LDFLAGS = -g - GCONFTOOL = gconftool-2 - --prefix = $(HOME) -+prefix = $(PREFIX) - targets = akamaru dock - schemas = kiba.schemas - akamaru_objs = main.o akamaru.o -@@ -25,6 +25,7 @@ - - install : install-schemas - install dock $(prefix)/bin/kiba-dock -+ install akamaru $(prefix)/bin/akamaru - sh populate-dock.sh - - uninstall-schemas : gconf-clean |