diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-23 14:06:31 +0000 |
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-03-23 14:06:31 +0000 |
| commit | 914f77e14bfbdd68b440ae9cb8735f20abfda44e (patch) | |
| tree | 8f74f4c771df762c3f76a3d045f083553e41f23c /sysutils/rename/files/patch-Makefile.in | |
| parent | Update to 4.6.3. (diff) | |
Update to 1.99.2.
PR: 208212
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Diffstat (limited to 'sysutils/rename/files/patch-Makefile.in')
| -rw-r--r-- | sysutils/rename/files/patch-Makefile.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/rename/files/patch-Makefile.in b/sysutils/rename/files/patch-Makefile.in deleted file mode 100644 index 07ed17c4b031..000000000000 --- a/sysutils/rename/files/patch-Makefile.in +++ /dev/null @@ -1,37 +0,0 @@ ---- Makefile.in.orig 2002-05-19 03:28:34 UTC -+++ Makefile.in -@@ -8,7 +8,7 @@ BINDIR = @prefix@/bin - MANDIR = @prefix@/man/man1 - - DEFINES = -DHAVE_CONFIG_H ${VERSION} --CFLAGS = -Wall -O3 ${DEBUG} ${DEFINES} -+CFLAGS += -Wall ${DEBUG} ${DEFINES} - - - OBJS = rename.o fixtoken.o misc.o @LIBOBJS@ -@@ -16,7 +16,7 @@ OBJS = rename.o fixtoken.o misc.o @LIBOB - all: rename - - rename: $(OBJS) -- $(CC) $(CFLAGS) -o $@ $^ -+ $(CC) $(CFLAGS) @LDFLAGS@ -o $@ $^ - strip $@ - - static: $(OBJS) -@@ -30,11 +30,13 @@ clean-all: - rm -f core rename *.o config.status config.cache config.h config.log Makefile - - install: -- install -o root -g root -m 0755 -s rename $(BINDIR) -- install -o root -g root -m 0644 rename.1 $(MANDIR) -- -+ $(BSD_INSTALL_PROGRAM) rename $(DESTDIR)$(BINDIR) -+ $(BSD_INSTALL_MAN) rename.1 $(DESTDIR)$(MANDIR) -+ - rename.o: rename.c rename.h - regex.o: regex.c regex.h - fixtoken.o: fixtoken.c - misc.o: misc.c - -+.c.o: -+ $(CC) $(CFLAGS) @CPPFLAGS@ -o $@ -c $< |
