aboutsummaryrefslogtreecommitdiff
path: root/japanese/lipsf/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-12-02 18:35:47 +0000
committerSteve Price <steve@FreeBSD.org>2001-12-02 18:35:47 +0000
commit12e1ecf5983f15c091c62d092c93ece6d15a9823 (patch)
treebfef886338fdb9b7d71007f0d609a3d966498cf4 /japanese/lipsf/Makefile
parent9bf458810a08fc9c7a2b03b2e62ecec1d4c89273 (diff)
downloadports-12e1ecf5983f15c091c62d092c93ece6d15a9823.tar.gz
ports-12e1ecf5983f15c091c62d092c93ece6d15a9823.zip
Update to version 1.14b.
PR: 32312 Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes: svn path=/head/; revision=50882
Diffstat (limited to 'japanese/lipsf/Makefile')
-rw-r--r--japanese/lipsf/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/japanese/lipsf/Makefile b/japanese/lipsf/Makefile
index 1685dc571426..654cae441241 100644
--- a/japanese/lipsf/Makefile
+++ b/japanese/lipsf/Makefile
@@ -6,11 +6,10 @@
#
PORTNAME= lipsf
-PORTVERSION= 1.14a
+PORTVERSION= 1.14b
CATEGORIES= japanese print
-MASTER_SITES= ftp://ftp.vector.co.jp/pack/unix/writing/print/
-EXTRACT_SUFX= .tgz
-DISTNAME= lpsf${PORTVERSION:S/.//}
+MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/lipsf/
+DISTNAME= ${PORTNAME}${PORTVERSION:S/.//}
MAINTAINER= mita@jp.FreeBSD.org
@@ -21,9 +20,9 @@ MAN1= lipsf.1 pols.1
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/lipsf
+ @${MKDIR} ${DOCSDIR}
.for file in HISTORY Install README TECHKNOW
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/lipsf
+ ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif