diff options
author | yoichi <yoichi@FreeBSD.org> | 2004-10-20 16:45:02 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2004-10-20 16:45:02 +0800 |
commit | c9e2f0d4131e47c5a4fe21b7d6eb81b1b39e58d9 (patch) | |
tree | 71703cf9b122e82ed984605e2d8cac5b2040f0ac /japanese/font-shinonome/Makefile | |
parent | 94195dfb0084894ab0edadba3f4455ebb60b9256 (diff) | |
download | freebsd-ports-gnome-c9e2f0d4131e47c5a4fe21b7d6eb81b1b39e58d9.tar.gz freebsd-ports-gnome-c9e2f0d4131e47c5a4fe21b7d6eb81b1b39e58d9.tar.zst freebsd-ports-gnome-c9e2f0d4131e47c5a4fe21b7d6eb81b1b39e58d9.zip |
Update to 0.9.11
Use pre-su-install instead of pre-install
Drop maintainership
Diffstat (limited to 'japanese/font-shinonome/Makefile')
-rw-r--r-- | japanese/font-shinonome/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/japanese/font-shinonome/Makefile b/japanese/font-shinonome/Makefile index e9f5ea9858fe..84c790432c36 100644 --- a/japanese/font-shinonome/Makefile +++ b/japanese/font-shinonome/Makefile @@ -6,13 +6,12 @@ # PORTNAME= shinonome -PORTVERSION= 0.9.10 -PORTREVISION= 1 +PORTVERSION= 0.9.11 CATEGORIES= japanese x11-fonts MASTER_SITES= http://openlab.ring.gr.jp/efont/dist/shinonome/%SUBDIR%/ MASTER_SITE_SUBDIR= . old -MAINTAINER= yoichi@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Japanese 12,14,16 dot fonts BUILD_DEPENDS= bdftopcf:${X_CLIENTS_PORT} @@ -58,7 +57,7 @@ post-build: .endfor @${ECHO_CMD} 'Done' -pre-install: +pre-su-install: @${MKDIR} ${PREFIX}/${DOCSDIR} @${INSTALL_DATA} ${WRKSRC}/fonts.alias ${PREFIX}/${DOCSDIR} @${SETENV} PKG_PREFIX=${PREFIX} \ |