diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-01-08 01:52:40 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-01-08 01:52:40 +0800 |
commit | 9c0ae0d5ee4f2162196b1e46e53b36df6920dabb (patch) | |
tree | 53e461d96e3ef354c04ba417f8ca428d5ff01dcb /irc/irchat-pj-emacs20 | |
parent | cdbf27f77f81246e611a4b167a6b38083ed068d4 (diff) | |
download | freebsd-ports-gnome-9c0ae0d5ee4f2162196b1e46e53b36df6920dabb.tar.gz freebsd-ports-gnome-9c0ae0d5ee4f2162196b1e46e53b36df6920dabb.tar.zst freebsd-ports-gnome-9c0ae0d5ee4f2162196b1e46e53b36df6920dabb.zip |
Fix dependency for xemacs21-mule.
Add \n at the end of pkg-descr.
Submitted by: bento
Diffstat (limited to 'irc/irchat-pj-emacs20')
-rw-r--r-- | irc/irchat-pj-emacs20/Makefile | 4 | ||||
-rw-r--r-- | irc/irchat-pj-emacs20/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/irc/irchat-pj-emacs20/Makefile b/irc/irchat-pj-emacs20/Makefile index eed6ad862d47..fa4764abaead 100644 --- a/irc/irchat-pj-emacs20/Makefile +++ b/irc/irchat-pj-emacs20/Makefile @@ -20,8 +20,8 @@ PATCH_DIST_STRIP= -p1 MAINTAINER= yoichi@FreeBSD.org -BUILD_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/pure/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} -RUN_DEPENDS= ${LOCALBASE}/${EMACS_VERSION_SITE_LISPDIR}/pure/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} \ +BUILD_DEPENDS= ${LOCALBASE}/${LISPDIR:S,${PORTNAME},pure,g}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} +RUN_DEPENDS= ${LOCALBASE}/${LISPDIR:S,${PORTNAME},pure,g}/pure-make.el:${PORTSDIR}/irc/pure-${EMACS_PORT_NAME} \ ${LOCALBASE}/bin/dcc:${PORTSDIR}/irc/dcc EMACS_PORT_NAME?= emacs20 diff --git a/irc/irchat-pj-emacs20/pkg-descr b/irc/irchat-pj-emacs20/pkg-descr index 69b98ff5748c..0cef0ec980f5 100644 --- a/irc/irchat-pj-emacs20/pkg-descr +++ b/irc/irchat-pj-emacs20/pkg-descr @@ -3,4 +3,4 @@ irchat-pj is an IRC client which runs under Emacsen. Put the following line in your ~/.emacs: (autoload 'irchat "irchat" nil t) -WWW: http://irc.fan.gr.jp/pj/
\ No newline at end of file +WWW: http://irc.fan.gr.jp/pj/ |