diff options
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 |