summaryrefslogtreecommitdiff
path: root/japanese/lipsf/Makefile
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>2000-01-23 11:49:25 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>2000-01-23 11:49:25 +0000
commite06bb52c0f057efafef81510d780ed51f595f821 (patch)
tree1ccfa9f8449d264f5e11f1a8aed40c03e58b0f1b /japanese/lipsf/Makefile
parentUpdated to 1.3 (diff)
Updated to 1.14a
PR: 16108 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp> Approved by: maintainer
Notes
Notes: svn path=/head/; revision=24971
Diffstat (limited to 'japanese/lipsf/Makefile')
-rw-r--r--japanese/lipsf/Makefile25
1 files changed, 13 insertions, 12 deletions
diff --git a/japanese/lipsf/Makefile b/japanese/lipsf/Makefile
index 797d95450c4b..da8f50edfb4e 100644
--- a/japanese/lipsf/Makefile
+++ b/japanese/lipsf/Makefile
@@ -1,29 +1,30 @@
# New ports collection makefile for: lipsf
-# Version required: 1.13c
+# Version required: 1.14a
# Date created: 6 Dec 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= lipsf113
-PKGNAME= ja-lipsf-1.13c
+DISTNAME= lpsf114a
+PKGNAME= ja-lipsf-1.14a
CATEGORIES= japanese print
-MASTER_SITES= ftp://ftp.eos.hokudai.ac.jp/pub/tools/
-
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCHFILES= lipsf113c.patch.gz
+MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/writing/print/
+EXTRACT_SUFX= .tgz
MAINTAINER= mita@jp.FreeBSD.org
+WRKSRC= ${WRKDIR}/lipsf-114a
+
MANLANG= ja
MAN1= lipsf.1 pols.1
-DOCDIR= ${PREFIX}/share/doc/lipsf
-
post-install:
- ${MKDIR} ${DOCDIR}
- (cd ${WRKSRC} ; \
- ${INSTALL_DATA} HISTORY Install README TECHKNOW ${DOCDIR})
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${PREFIX}/share/doc/lipsf
+.for file in HISTORY Install README TECHKNOW
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lipsf
+.endfor
+.endif
.include <bsd.port.mk>