diff options
Diffstat (limited to 'sysutils/mapchan/files/patch-Makefile')
-rw-r--r-- | sysutils/mapchan/files/patch-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/mapchan/files/patch-Makefile b/sysutils/mapchan/files/patch-Makefile new file mode 100644 index 000000000000..2da209fcd9db --- /dev/null +++ b/sysutils/mapchan/files/patch-Makefile @@ -0,0 +1,11 @@ +--- Makefile.orig Sat Dec 23 09:47:25 2000 ++++ Makefile Thu Aug 7 00:43:27 2003 +@@ -11,7 +11,7 @@ + # (2) If your system has not basename() function - uncomment next string + #DEFS+=-DNOBASENAME + +-BINDIR=/bin ++BINDIR=$(PREFIX)/bin + LDFLAGS=-lutil + #-------------------------------------------------------------- + CFLAGS += $(DEFS) |