diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-16 23:47:44 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-16 23:47:44 +0000 |
commit | da0698d22caf1dc8fbad517d6ef5354a0d64abf2 (patch) | |
tree | 7012308b659c56b93952091a0661243881c693a0 /converters/mpack/files | |
parent | 08b885143b4e32bfef3172d6250e04f6d94f6ff2 (diff) |
Make this port PREFIX friendly.
Notes
Notes:
svn path=/head/; revision=18850
Diffstat (limited to 'converters/mpack/files')
-rw-r--r-- | converters/mpack/files/patch-aa | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/converters/mpack/files/patch-aa b/converters/mpack/files/patch-aa index 08171df76675..a71a359dc72f 100644 --- a/converters/mpack/files/patch-aa +++ b/converters/mpack/files/patch-aa @@ -1,5 +1,5 @@ -*** Makefile.bak Fri Feb 17 00:39:41 1995 ---- Makefile Mon May 1 18:09:04 1995 +*** Makefile.orig Thu Feb 16 15:39:41 1995 +--- Makefile Sat May 15 19:18:04 1999 *************** *** 1,5 **** ! CFLAGS=$(OPT) $(DEFINES) @@ -14,6 +14,23 @@ #Uncomment the following line if your system does not have strchr() *************** +*** 28,34 **** + UNPACKOBJS = unixunpk.o decode.o uudecode.o codes.o unixos.o string.o \ + part.o xmalloc.o md5c.o getopt.o + +! DESTDIR=/usr/local + + all: mpack munpack + +--- 28,34 ---- + UNPACKOBJS = unixunpk.o decode.o uudecode.o codes.o unixos.o string.o \ + part.o xmalloc.o md5c.o getopt.o + +! DESTDIR?=/usr/local + + all: mpack munpack + +*************** *** 42,51 **** -mkdir $(DESTDIR)/bin -mkdir $(DESTDIR)/man |