diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-03-31 01:31:41 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-03-31 01:31:41 +0000 |
commit | 91dbb2cfe3e3a24c306e4b39e92e26ba18f456cd (patch) | |
tree | d84e80f03048865ba719be847639744bddb8c491 /japanese/monafonts/Makefile | |
parent | Add cisco_conf 1.0, a simple configuration editor for Cisco devices. (diff) |
Update japanese/monafonts port to 20010323
PR: 26119
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com> MAINTAINER
Notes
Notes:
svn path=/head/; revision=40613
Diffstat (limited to 'japanese/monafonts/Makefile')
-rw-r--r-- | japanese/monafonts/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/japanese/monafonts/Makefile b/japanese/monafonts/Makefile index 036b15a1c953..e5217228cbde 100644 --- a/japanese/monafonts/Makefile +++ b/japanese/monafonts/Makefile @@ -6,17 +6,17 @@ # PORTNAME= monafonts -PORTVERSION?= 20010213 +PORTVERSION= 20010323 CATEGORIES= japanese x11-fonts -MASTER_SITES= http://members.tripod.co.jp/s42335/mona/ +MASTER_SITES= http://members.tripod.co.jp/s42335/mona/ DISTNAME= mona-${PORTVERSION} MAINTAINER= nobutaka@nobutaka.com FONTSDIR= lib/X11/fonts/local USE_X_PREFIX= yes -USE_GMAKE= yes -ALL_TARGET= fonts +USE_GMAKE= yes +ALL_TARGET= fonts .include <bsd.port.pre.mk> .if ${XFREE86_VERSION} == 4 @@ -26,7 +26,6 @@ RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients PLIST_SUB= FONTSDIR=${FONTSDIR} - pre-install: @${SETENV} PKG_PREFIX=${PREFIX} \ ${SH} ${PKGREQ} ${PKGNAME} INSTALL |