diff options
Diffstat (limited to 'misc/since/Makefile')
-rw-r--r-- | misc/since/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/since/Makefile b/misc/since/Makefile index d2a87489a25f..a75131212678 100644 --- a/misc/since/Makefile +++ b/misc/since/Makefile @@ -6,13 +6,16 @@ # PORTNAME= since -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= misc MASTER_SITES= http://welz.org.za/projects/since/ 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 MAKE_JOBS_SAFE= yes |