diff options
author | gabor <gabor@FreeBSD.org> | 2012-06-13 21:20:07 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2012-06-13 21:20:07 +0800 |
commit | 499bd953bb498887dc0fefb6fa08f682d6b7ac17 (patch) | |
tree | 29805a1bc81a99e82457b7936e6192d8c8311256 | |
parent | d1e7e7f8b1e142b55662a89ccf474f4bcfcc539f (diff) | |
download | freebsd-ports-gnome-499bd953bb498887dc0fefb6fa08f682d6b7ac17.tar.gz freebsd-ports-gnome-499bd953bb498887dc0fefb6fa08f682d6b7ac17.tar.zst freebsd-ports-gnome-499bd953bb498887dc0fefb6fa08f682d6b7ac17.zip |
- Bump PORTEPOCH after changing versioning to follow SVN revisions of the
doc tree
Approved by: doceng (implicit)
Reported by: erwin
-rw-r--r-- | misc/freebsd-doc-all/Makefile | 1 | ||||
-rw-r--r-- | misc/freebsd-doc-en/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/misc/freebsd-doc-all/Makefile b/misc/freebsd-doc-all/Makefile index 56e48912f5d3..c41555347dcd 100644 --- a/misc/freebsd-doc-all/Makefile +++ b/misc/freebsd-doc-all/Makefile @@ -7,6 +7,7 @@ PORTNAME= freebsd-doc-all PORTVERSION= 39016 +PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= #empty DISTFILES= #empty diff --git a/misc/freebsd-doc-en/Makefile b/misc/freebsd-doc-en/Makefile index 11db5dfb9b3d..a672aff7e662 100644 --- a/misc/freebsd-doc-en/Makefile +++ b/misc/freebsd-doc-en/Makefile @@ -29,6 +29,7 @@ PORTNAME= freebsd-doc PORTVERSION= 39016 +PORTEPOCH= 1 CATEGORIES= misc docs MASTER_SITES= LOCAL/blackend PKGNAMEPREFIX?= en- |