aboutsummaryrefslogtreecommitdiff
path: root/japanese/font-jisx0213/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-03-21 23:05:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-03-21 23:05:19 +0000
commita5da770e67afce95b829c38c5d5330fe69f7822c (patch)
treeb9556c9042a9d20d7c71f49869f39f95afc00052 /japanese/font-jisx0213/Makefile
parent51da733b698e7bbedaac4743f457352334401249 (diff)
downloadports-a5da770e67afce95b829c38c5d5330fe69f7822c.tar.gz
ports-a5da770e67afce95b829c38c5d5330fe69f7822c.zip
Notes
Diffstat (limited to 'japanese/font-jisx0213/Makefile')
-rw-r--r--japanese/font-jisx0213/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/japanese/font-jisx0213/Makefile b/japanese/font-jisx0213/Makefile
index bf6445757fa4..a01666468e47 100644
--- a/japanese/font-jisx0213/Makefile
+++ b/japanese/font-jisx0213/Makefile
@@ -3,7 +3,7 @@
PORTNAME= jisx0213
PORTVERSION= 20040425
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= japanese x11-fonts
MASTER_SITES= http://www12.ocn.ne.jp/~imamura/ \
LOCAL/hrs:yagi
@@ -26,15 +26,7 @@ NO_WRKSUBDIR= yes
EXTRACT_CMD= ${GZCAT}
EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= > ${WRKDIR}/$${file%.gz}
-MAKE_ENV= STAGEDIR=${STAGEDIR} FONTDIR=${LOCALFONTDIR}
-PLIST_SUB= LOCALFONTSDIR=${LOCALFONTDIR}
+MAKE_ENV= FONTSDIR=${FONTSDIR}
MAKEFILE= ${FILESDIR}/Makefile
-LOCALFONTDIR= share/font-${PORTNAME}
-
-post-install:
- ${MKDIR} ${STAGEDIR}/${FONTSDIR}
- cd ${STAGEDIR}${FONTSDIR} && ${LN} -s -f \
- ../../../../${LOCALFONTDIR}/*.pcf.gz . \
-
.include <bsd.port.mk>