diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-08-24 10:49:15 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-08-24 10:49:15 +0000 |
commit | 51a7f292b4a7e858029065ad75bf1b03133fc8d9 (patch) | |
tree | d15762fad22890d9aba1b1f0391c48139f1dcd48 /japanese/man-doc/Makefile | |
parent | 6202216ad574a095717d129669b299318c45449c (diff) | |
download | ports-51a7f292b4a7e858029065ad75bf1b03133fc8d9.tar.gz ports-51a7f292b4a7e858029065ad75bf1b03133fc8d9.zip |
Notes
Diffstat (limited to 'japanese/man-doc/Makefile')
-rw-r--r-- | japanese/man-doc/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/japanese/man-doc/Makefile b/japanese/man-doc/Makefile index 5cece8f9da04..bc9e5f1a5f47 100644 --- a/japanese/man-doc/Makefile +++ b/japanese/man-doc/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: Japanese man documents -# Version required: 2.2.2c +# Version required: 2.2.2d # Date created: 6 January 1997 # Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.8 1997/07/13 18:49:18 max Exp $ +# $Id: Makefile,v 1.9 1997/07/13 18:52:10 max Exp $ # -DISTNAME= jpman-${VERSION}c -PKGNAME= jp-man-doc-${VERSION}c +DISTNAME= jpman-${VERSION}d +PKGNAME= jp-man-doc-${VERSION}d CATEGORIES= japanese MASTER_SITES= ftp://jaz.jp.freebsd.org/pub/FreeBSD-jp/man-jp/ @@ -40,6 +40,9 @@ do-install: ${FILESDIR}/install-man NOMANCOMPRESS .endif +post-install: + @${CAT} ${PKGDIR}/MESSAGE + pre-clean: @${RM} -f ${PKGDIR}/PLIST |