diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-20 07:17:02 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2003-05-20 07:17:02 +0000 |
commit | 2b0ede52bf93ae98ca1410ba888f744360b17315 (patch) | |
tree | 279ff96ad0365886d61a82efc78434bb03f6eb57 /editors | |
parent | 5ef204b72f583f171fc20c09c4d02c294dc389b3 (diff) |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs-mule-packages/Makefile | 13 | ||||
-rw-r--r-- | editors/xemacs-mule-packages/pkg-descr | 5 |
2 files changed, 5 insertions, 13 deletions
diff --git a/editors/xemacs-mule-packages/Makefile b/editors/xemacs-mule-packages/Makefile index 07517ca893bd..da6834ce75ba 100644 --- a/editors/xemacs-mule-packages/Makefile +++ b/editors/xemacs-mule-packages/Makefile @@ -8,9 +8,8 @@ PORTNAME= xemacs-mule-packages PORTVERSION= 3.4 CATEGORIES= editors elisp -MASTER_SITES= ${MASTER_SITE_XEMACS} \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= packages kiri/xemacs +MASTER_SITES= ${MASTER_SITE_LOCAL:S|%SUBDIR%|kiri/xemacs|} \ + ${MASTER_SITE_XEMACS:S|%SUBDIR%|packages|} DISTFILES= \ edict-1.13-pkg.tar.gz \ egg-its-1.26-pkg.tar.gz \ @@ -51,12 +50,8 @@ post-install: @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs/${PACKAGES_SUBDIR} 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_CMD} '@unexec rmdir %D/lib/xemacs 2>/dev/null || true' >> ${TMPPLIST} @${ECHO_MSG} " This is the set of the packages for xemacs with the mule-packages category." - @${ECHO_MSG} "You might be enough with this package installing xemacs-packages altogether for" - @${ECHO_MSG} "working at XEmacs but if you think it insufficient,you can install other" - @${ECHO_MSG} "packages of editors/xemacs-*-packages ports. These ports are prepared for the" - @${ECHO_MSG} "rack of corresponding XEmacs packages except for" - @${ECHO_MSG} "xemacs-packages,xemacs-mule-packages and xemacs-additional-packages by which all" - @${ECHO_MSG} "the additional packages those above will be installed at once." + @${ECHO_MSG} "You can get all packages altogether with installing xemacs-packages and work" + @${ECHO_MSG} "fine at XEmacs." @${ECHO_MSG} " You can also install with running it as root and using the 'Manage Packages'" @${ECHO_MSG} "menu within the 'Options' menu of the menubar. But using this xemacs package" @${ECHO_MSG} "managing, you could not control under ports managing ;-)" diff --git a/editors/xemacs-mule-packages/pkg-descr b/editors/xemacs-mule-packages/pkg-descr index 156267ac3fc7..87b894513afc 100644 --- a/editors/xemacs-mule-packages/pkg-descr +++ b/editors/xemacs-mule-packages/pkg-descr @@ -3,7 +3,4 @@ any more. Instead, they are distributed separately from the main sources. This port provides a set of the mule-packages category packages provided by -xemacs.org(www.xemacs.org). - -To install other categories' packages, use editors/xemacs-*-packages -ports/packages. +xemacs.org(www.xemacs.org). You should be used with editors/xemacs-packages. |