diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-14 19:24:20 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-14 19:24:20 +0000 |
commit | 2e42433b3b6c89c61974c06bc5aa8dcdf436f12c (patch) | |
tree | 956c8e36cfc7d51b7ace0aa78b6f0dfb36978b50 /japanese/postgresql82-man | |
parent | e6dd931e2d83f2d95a1c99577711e28f056ba38f (diff) |
Remove unmaintained ports, that installs Japanese PostgreSQL man-pages for
versions that we have not in the tree anymore, but leave
databases/postgresql82-man for the case.
While here clean-up this last port a bit:
- strip Makefile header
- s/YES/yes/ in Makefile
- tab -> space in pkg-descr:WWW
- remove empty pkg-plist
There is no upstream distfiles for newer PostgreSQL version.
Discussed with: pgsql (crees)
Notes
Notes:
svn path=/head/; revision=304292
Diffstat (limited to 'japanese/postgresql82-man')
-rw-r--r-- | japanese/postgresql82-man/Makefile | 9 | ||||
-rw-r--r-- | japanese/postgresql82-man/pkg-descr | 2 | ||||
-rw-r--r-- | japanese/postgresql82-man/pkg-plist | 1 |
3 files changed, 3 insertions, 9 deletions
diff --git a/japanese/postgresql82-man/Makefile b/japanese/postgresql82-man/Makefile index 355f5576d712..a9b78fbd8ec4 100644 --- a/japanese/postgresql82-man/Makefile +++ b/japanese/postgresql82-man/Makefile @@ -1,9 +1,4 @@ -# New ports collection makefile for: ja-postgresql-man -# Date created: 2003/05/20 -# Whom: nork@FreeBSD.org -# # $FreeBSD$ -# PORTNAME= postgresql82 PORTVERSION= 8.2.4 @@ -17,8 +12,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Japanese online manual pages for PostgreSQL MANLANG= ja -NO_BUILD= YES -NO_WRKSUBDIR= YES +NO_BUILD= yes +NO_WRKSUBDIR= yes MAN1= clusterdb.1 \ createdb.1 \ diff --git a/japanese/postgresql82-man/pkg-descr b/japanese/postgresql82-man/pkg-descr index f656743f88c5..3de6d526e81a 100644 --- a/japanese/postgresql82-man/pkg-descr +++ b/japanese/postgresql82-man/pkg-descr @@ -5,4 +5,4 @@ through JPUG (Japan PostgreSQL Users Group) subject to "COPYRIGHT" included in the original PostgreSQL distribution. Japanese translation copyright belongs to SRA and JPUG. -WWW: http://www.postgresql.jp/document/ +WWW: http://www.postgresql.jp/document/ diff --git a/japanese/postgresql82-man/pkg-plist b/japanese/postgresql82-man/pkg-plist deleted file mode 100644 index 435f005646ca..000000000000 --- a/japanese/postgresql82-man/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -@comment automatically generated plist |