diff options
author | okazaki <okazaki@FreeBSD.org> | 2003-11-21 19:18:55 +0000 |
---|---|---|
committer | okazaki <okazaki@FreeBSD.org> | 2003-11-21 19:18:55 +0000 |
commit | 1d9c6991fdae7a0964495da25a1679d6f4c3e562 (patch) | |
tree | 35a3881c7779aabc9a891bbffe0921897de62e14 /japanese/man-doc/Makefile | |
parent | 3a77ad434c75816884ee1bc959d240f43857c493 (diff) | |
download | FreeBSD-ports-1d9c6991fdae7a0964495da25a1679d6f4c3e562.zip FreeBSD-ports-1d9c6991fdae7a0964495da25a1679d6f4c3e562.tar.gz |
Increment PORTVERSION to 5.2, as the Japanese manual pages
live under doc/ja_JP.eucJP/man should be enough close for 5.2-RELEASE.
PR: 59550
Submitted by: horikawa (maintainer)
Remove NO_CHECKSUM according to the comment in bsd.port.mk:
"NO_CHECKSUM is a user variable and is not to be set in a port's Makefile."
Suggested by: portlint
Diffstat (limited to 'japanese/man-doc/Makefile')
-rw-r--r-- | japanese/man-doc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index f6a9ca3..4a90920 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -6,7 +6,7 @@ # PORTNAME= man-doc -PORTVERSION= 5.1 +PORTVERSION= 5.2 CATEGORIES= japanese DISTFILES= # none @@ -14,7 +14,6 @@ MAINTAINER= horikawa@FreeBSD.org COMMENT= Japanese online manual pages corresponding to /usr/share/man/man* PREFIX?= /usr -NO_CHECKSUM= yes NO_MTREE= yes WRKSRC= ${WRKDIR}/man PLIST= ${WRKDIR}/PLIST |