diff options
author | kiri <kiri@FreeBSD.org> | 2003-05-20 15:17:02 +0800 |
---|---|---|
committer | kiri <kiri@FreeBSD.org> | 2003-05-20 15:17:02 +0800 |
commit | 6a62fe4d6add7165be323c621189b19027b507a4 (patch) | |
tree | cb0bb8ec058e61097c73b0e4d7691df0393540f5 /editors | |
parent | 76a4f7df8a81d39eafb8c570f6010a1b2ac32661 (diff) | |
download | freebsd-ports-gnome-6a62fe4d6add7165be323c621189b19027b507a4.tar.gz freebsd-ports-gnome-6a62fe4d6add7165be323c621189b19027b507a4.tar.zst freebsd-ports-gnome-6a62fe4d6add7165be323c621189b19027b507a4.zip |
o fetch firstly with specifing direct SUBDIR.
o pkg-descr suit for new xemacs package categories.
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. |