summaryrefslogtreecommitdiff
path: root/print/fontforge/Makefile
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-10-14 08:08:56 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-10-14 08:08:56 +0000
commit80e9ddb715717f2a9e36d74de93edf1e5bc8f3fd (patch)
treef11a842c3d8f105bf39cce93980b56fd54474551 /print/fontforge/Makefile
parentAdd depricated charset names to mapping. They still required by older (diff)
update print/pfaedit: 20030929 -> 20031012
PR: 57934 Submitted by: KANOU Hiroki <kanou@khdd.net> (maintainer)
Notes
Notes: svn path=/head/; revision=91146
Diffstat (limited to 'print/fontforge/Makefile')
-rw-r--r--print/fontforge/Makefile23
1 files changed, 4 insertions, 19 deletions
diff --git a/print/fontforge/Makefile b/print/fontforge/Makefile
index cc4352c9e428..9aacfd80fbc3 100644
--- a/print/fontforge/Makefile
+++ b/print/fontforge/Makefile
@@ -15,7 +15,7 @@ DISTFILES= ${EXTRACT_ONLY}
.if !defined(NOPORTDOCS)
DISTFILES+= ${DOCFILE}
.endif
-EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz cidmaps.tgz \
+EXTRACT_ONLY= ${PORTNAME}_full-${DIST_VER}.tgz \
libuninameslist_src-${LIBUNINAMESLIST_VER}.tgz
MAINTAINER= kanou@khdd.net
@@ -39,25 +39,9 @@ INSTALLS_SHLIB= yes
MAN1= pfaedit.1 sfddiff.1
-DIST_VER= 030929
+DIST_VER= 031012
LIBUNINAMESLIST_VER= 030713
-.if !defined(NOPORTDOCS)
-DOC_VER= ${DIST_VER}
-DOCFILE= ${PORTNAME}_htdocs-${DOC_VER}.tgz
-.endif
-
-.if !defined(NOPORTDOCS)
-post-extract:
- ${MKDIR} ${WRKDIR}/html ${WRKSRC}/cidmap
- ${TAR} -xzC ${WRKDIR}/html -f ${DISTDIR}/${DOCFILE}
- ${RM} ${WRKDIR}/html/cidmaps.tgz
- ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap
-.else
- ${MKDIR} ${WRKSRC}/cidmap
- ${MV} ${WRKDIR}/*.cidmap ${WRKSRC}/cidmap
-.endif
-
post-configure:
(cd ${WRKDIR}/libuninameslist ; ./configure ${CONFIGURE_ARGS} )
@@ -68,7 +52,8 @@ post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
.if !defined(NOPORTDOCS)
- ${INSTALL_DATA} ${WRKDIR}/html/* ${DOCSDIR}
+ ${RM} -rf ${WRKSRC}/htdocs/*/ ${WRKSRC}/htdocs/cidmaps.tgz
+ ${INSTALL_DATA} ${WRKSRC}/htdocs/* ${DOCSDIR}
(cd ${WRKDIR}/libuninameslist ; ${GMAKE} install )
.endif