diff options
author | flathill <flathill@FreeBSD.org> | 2000-01-30 07:14:12 +0800 |
---|---|---|
committer | flathill <flathill@FreeBSD.org> | 2000-01-30 07:14:12 +0800 |
commit | d5f5192706324d996f9535934113a2e7cfc6b219 (patch) | |
tree | 6125bbc4a77dd017e57a4130b0370a9bc1d14fc6 | |
parent | ac7fd00cae5423c7b15d42db910be5e33ae25f24 (diff) | |
download | freebsd-ports-graphics-d5f5192706324d996f9535934113a2e7cfc6b219.tar.gz freebsd-ports-graphics-d5f5192706324d996f9535934113a2e7cfc6b219.tar.zst freebsd-ports-graphics-d5f5192706324d996f9535934113a2e7cfc6b219.zip |
Sorry I forgot to update Makefile
-rw-r--r-- | japanese/eterm/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/japanese/eterm/Makefile b/japanese/eterm/Makefile index 9d997044e82..e9b9c82b414 100644 --- a/japanese/eterm/Makefile +++ b/japanese/eterm/Makefile @@ -1,19 +1,18 @@ # New ports collection makefile for: eterm -# Version required: 0.8.9 +# Version required: 0.8.10 # Date created: 11th December 1998 # Whom: MANTANI Nobutaka <nobutaka@nobutaka.com> # # $FreeBSD$ # -DISTNAME= Eterm-0.8.9 -PKGNAME= ja-eterm-0.8.9 +DISTNAME= Eterm-0.8.10 +PKGNAME= ja-eterm-0.8.10 CATEGORIES= japanese x11 -MASTER_SITES= http://www.eterm.org/download/ \ - ftp://ftp.eterm.org/pub/Eterm/ \ - http://www.tcserv.com/archive/E/ \ - http://eterm.is.nontoxic.org/download/ \ - http://www.tcserv.com/archive/E/old/ +MASTER_SITES= ftp://eterm.sourceforge.net/pub/eterm/ \ + ftp://ftp.enlightenment.org/pub/enlightenment/Eterm/ \ + ftp://ftp.themes.org/pub/enlightenment/eterm/ \ + ftp://ftp.dti.ad.jp/pub/X/Eterm/ MAINTAINER= nobutaka@nobutaka.com @@ -22,17 +21,17 @@ LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lxpg4" +CONFIGURE_ENV= LIBS="-lxpg4" MAN1= Eterm.1 post-install: + @${CHMOD} 4711 ${PREFIX}/bin/Eterm .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm_reference.html ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm @${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm - @${INSTALL_DATA} ${WRKSRC}/doc/FAQ.html ${PREFIX}/share/doc/Eterm .endif .include <bsd.port.mk> |