diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-04-08 15:15:55 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2008-04-08 15:15:55 +0000 |
commit | 3f3f2573b7a7ce242b0ef7e8e592e7bede6eb258 (patch) | |
tree | 3ab998369b3a034b0c35627e5dcd566fcf08c0a0 /textproc/bsddiff/Makefile | |
parent | - Chase the gsl shared lib bump. (diff) |
- Update to 20080406
Changes:
- Minor fixes and improvements to the code [1]
- Man page completion
Obtained from: OpenBSD [1]
Diffstat (limited to 'textproc/bsddiff/Makefile')
-rw-r--r-- | textproc/bsddiff/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/bsddiff/Makefile b/textproc/bsddiff/Makefile index 24ee5f42058d..576d83413f28 100644 --- a/textproc/bsddiff/Makefile +++ b/textproc/bsddiff/Makefile @@ -6,7 +6,7 @@ # PORTNAME= diff -PORTVERSION= 20070612 +PORTVERSION= 20080406 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= gabor @@ -15,6 +15,7 @@ PKGNAMEPREFIX= bsd- MAINTAINER= gabor@FreeBSD.org COMMENT= BSD-licensed version of diff from OpenBSD +WRKSRC= ${WRKDIR}/${PORTNAME} MANCOMPRESSED= yes MAN1= diff.1 PLIST_FILES= bin/diff |