diff options
author | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2000-12-01 12:55:27 +0000 |
---|---|---|
committer | Kiriyama Kazuhiko <kiri@FreeBSD.org> | 2000-12-01 12:55:27 +0000 |
commit | 9757ea8bdb251032836edc4c7a69257d8bc795fa (patch) | |
tree | 9489edaed2501fbdd39fa5ea3982e9535724efa2 /editors/xemacs-oa-packages | |
parent | 254b51509b65ffdad111e19a89b9aaba6d7c8d7f (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-oa-packages')
-rw-r--r-- | editors/xemacs-oa-packages/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/editors/xemacs-oa-packages/Makefile b/editors/xemacs-oa-packages/Makefile index b36800618d54..558a332effe4 100644 --- a/editors/xemacs-oa-packages/Makefile +++ b/editors/xemacs-oa-packages/Makefile @@ -8,8 +8,9 @@ PORTNAME= xemacs-oa-packages PORTVERSION= 1.2 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= \ calc-1.13-pkg.tar.gz \ calendar-1.15-pkg.tar.gz \ |