diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-06-13 13:20:07 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2012-06-13 13:20:07 +0000 |
commit | 4bb6d53e0093444d7b01b754f7a75aba07bbeb8b (patch) | |
tree | de4ae44fc041fcb3ad81fd3b95f5c41d98c1f767 | |
parent | 59411e580ecc9377d6dd4bf494587f9fba6cdde7 (diff) |
Notes
-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- |