diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-25 23:52:40 +0800 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-10-25 23:52:40 +0800 |
commit | 8794e5a69d3be56ba4d0994abfa1a1ba0dff754a (patch) | |
tree | 0c0e9fb034acb620c8d2b3312874e28e7627cf04 /misc/since/files | |
parent | 061d0c4de8ee17d8b0554793828b798d9a21cac0 (diff) | |
download | freebsd-ports-gnome-8794e5a69d3be56ba4d0994abfa1a1ba0dff754a.tar.gz freebsd-ports-gnome-8794e5a69d3be56ba4d0994abfa1a1ba0dff754a.tar.zst freebsd-ports-gnome-8794e5a69d3be56ba4d0994abfa1a1ba0dff754a.zip |
- Convert to staging
Diffstat (limited to 'misc/since/files')
-rw-r--r-- | misc/since/files/patch-Makefile | 19 | ||||
-rw-r--r-- | misc/since/files/patch-since.1 | 2 |
2 files changed, 5 insertions, 16 deletions
diff --git a/misc/since/files/patch-Makefile b/misc/since/files/patch-Makefile index 556f5066e718..0e9ecf262519 100644 --- a/misc/since/files/patch-Makefile +++ b/misc/since/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2010-07-10 08:57:32.000000000 -0400 -+++ Makefile 2010-07-15 23:44:12.000000000 -0400 -@@ -1,25 +1,22 @@ +--- ./Makefile.orig 2010-07-10 08:57:32.000000000 -0400 ++++ ./Makefile 2013-10-25 11:33:34.000000000 -0400 +@@ -1,16 +1,14 @@ # IMHO auto{make,conf} is overkill. Simple, readable makefiles improve security -prefix=/usr/local @@ -16,16 +16,5 @@ -CC = gcc RM = rm -f --INSTALL = install -D + INSTALL = install -D - $(NAME): $(NAME).c - $(CC) $(CFLAGS) -o $@ $^ - - install: $(NAME) -- $(INSTALL) $(NAME) $(prefix)/bin/$(NAME) -- $(INSTALL) $(NAME).1 $(prefix)/share/man/man1/$(NAME).1 -+ $(BSD_INSTALL_PROGRAM) $(NAME) $(PREFIX)/bin/$(NAME) -+ $(BSD_INSTALL_MAN) $(NAME).1 $(PREFIX)/man/man1/$(NAME).1 - - clean: - $(RM) $(NAME) core *.o diff --git a/misc/since/files/patch-since.1 b/misc/since/files/patch-since.1 index 8358d3cf5d7f..3b8c4f3d0929 100644 --- a/misc/since/files/patch-since.1 +++ b/misc/since/files/patch-since.1 @@ -1,5 +1,5 @@ --- ./since.1.orig 2009-01-05 15:52:55.000000000 -0500 -+++ ./since.1 2009-06-17 14:06:14.000000000 -0400 ++++ ./since.1 2013-10-25 11:29:39.000000000 -0400 @@ -1,4 +1,4 @@ -.TH SINCE 1 "JULY 1998" Linux "User Manuals" +.TH SINCE 1 "JULY 1998" FreeBSD "User Manuals" |