diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-15 18:34:46 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-15 18:34:46 +0000 |
commit | 4ecf80a71fcbae5acbcd7f47612a87c1a7a175ef (patch) | |
tree | 39c60521ecf070d4c77ecccecf856fe2515f7312 /misc/gman/Makefile | |
parent | Your computer has been invaded! Dozens of little viruses are pouring in via (diff) |
Use updated patch.
PR: 83492
Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes:
svn path=/head/; revision=139295
Diffstat (limited to 'misc/gman/Makefile')
-rw-r--r-- | misc/gman/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gman/Makefile b/misc/gman/Makefile index cbe7e9996601..8b71f8db7b12 100644 --- a/misc/gman/Makefile +++ b/misc/gman/Makefile @@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}.orig PATCH_SITES= ${MASTER_SITES} PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} -PATCHFILES= ${PORTNAME}_${PORTVERSION}-1.diff.gz +PATCHFILES= ${PORTNAME}_${PORTVERSION}-2.diff.gz PATCH_DIST_STRIP= -p1 MAINTAINER= ports@FreeBSD.org |