1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

- Convert to staging

This commit is contained in:
Thomas Abthorpe 2013-10-25 15:52:40 +00:00
parent 061d0c4de8
commit 8794e5a69d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=331602
4 changed files with 15 additions and 25 deletions

View File

@ -10,14 +10,15 @@ MAINTAINER= tabthorpe@FreeBSD.org
COMMENT= View the end of a file like tail(1), but save state between sessions
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GMAKE= yes
USES= gmake
ALL_TARGET= ${PORTNAME}
MAN1= since.1
PLIST_FILES= bin/since
PLIST_FILES= bin/since man/man1/since.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/since ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/since.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -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

View File

@ -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"

View File

@ -1,5 +1,5 @@
since is a unix utility similar to tail. Unlike tail, since only
shows the lines appended since the last time. It is useful to monitor
growing log files.
since is a unix utility similar to tail. Unlike tail, since only shows the
lines appended since the last time. It is useful to monitor growing log
files.
WWW: http://welz.org.za/projects/since
WWW: http://welz.org.za/projects/since