summaryrefslogtreecommitdiff
path: root/editors/xemacs-packages
diff options
context:
space:
mode:
authorKiriyama Kazuhiko <kiri@FreeBSD.org>2000-12-01 12:55:27 +0000
committerKiriyama Kazuhiko <kiri@FreeBSD.org>2000-12-01 12:55:27 +0000
commit9757ea8bdb251032836edc4c7a69257d8bc795fa (patch)
tree9489edaed2501fbdd39fa5ea3982e9535724efa2 /editors/xemacs-packages
parentPut socket file into ${DB_DIR}. (diff)
Added ${MASTER_SITE_LOCAL} to all editors/xemacs-*packages/Makefile
in order to fetch obsolete xemacs' packages. Current all xemacs' packages needed to make have already copied to freefall:~kiri/public_distfiles. PR ports/23171 would be solved with this commit.
Notes
Notes: svn path=/head/; revision=35579
Diffstat (limited to 'editors/xemacs-packages')
-rw-r--r--editors/xemacs-packages/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile
index 37679309e338..77521f9fa84b 100644
--- a/editors/xemacs-packages/Makefile
+++ b/editors/xemacs-packages/Makefile
@@ -8,8 +8,9 @@
PORTNAME= xemacs-packages
PORTVERSION= 1.7
CATEGORIES= editors elisp
-MASTER_SITES= ${MASTER_SITE_XEMACS}
-MASTER_SITE_SUBDIR= packages
+MASTER_SITES= ${MASTER_SITE_XEMACS} \
+ ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= packages kiri
DISTFILES= \
apel-1.19-pkg.tar.gz \
auctex-1.22-pkg.tar.gz \