summaryrefslogtreecommitdiff
path: root/editors/tamago-emacs21/Makefile
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-05-18 17:16:21 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-05-18 17:16:21 +0000
commitceb1b076f117ef5802983478d577a52581761e8c (patch)
tree62c682d50b5b93c36b25744a4f95c394bd24c462 /editors/tamago-emacs21/Makefile
parentThe gdm script installed by xfce4 port doesn't use the default (diff)
Update to HEAD branch(4 times revised at 2002.09.09 based 4.0.6).
PR: ports-jp/14676, ports/66656 Submitted by: KIMURA Yasuhiro <yasu@utahime.org> Obtained from: Debian
Notes
Notes: svn path=/head/; revision=109460
Diffstat (limited to 'editors/tamago-emacs21/Makefile')
-rw-r--r--editors/tamago-emacs21/Makefile16
1 files changed, 9 insertions, 7 deletions
diff --git a/editors/tamago-emacs21/Makefile b/editors/tamago-emacs21/Makefile
index 884703957416..709dc9032c9b 100644
--- a/editors/tamago-emacs21/Makefile
+++ b/editors/tamago-emacs21/Makefile
@@ -6,16 +6,17 @@
#
PORTNAME= tamago
-PORTVERSION= 4.0.6
-PORTREVISION= 1
+PORTVERSION= 4.0.6.0.20020909.4
+PORTREVISION= 0
CATEGORIES= editors elisp
-MASTER_SITES= ftp://ftp.m17n.org/pub/tamago/ \
- ftp://ftp.kddlabs.co.jp/Japan/m17n.org/tamago/
+MASTER_SITES= ${MASTER_SITE_DEBIAN}
+MASTER_SITE_SUBDIR= pool/main/e/egg
PKGNAMESUFFIX= -${EMACS_PORT_NAME}
+DISTNAME= egg_4.0.6+0.20020909cvs.orig
-PATCH_SITES= ${MASTER_SITE_LOCAL}
-PATCH_SITE_SUBDIR= kuriyama
-PATCHFILES= tamago-${PORTVERSION}-20011028.patch.gz
+PATCH_SITES= ${MASTER_SITE_DEBIAN:S,%SUBDIR%,pool/main/e/egg,} \
+ ${MASTER_SITE_LOCAL:S,%SUBDIR%,nork,}
+PATCHFILES= egg_4.0.6+0.20020909cvs-4.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER?= ports@FreeBSD.org
@@ -27,6 +28,7 @@ GNU_CONFIGURE= yes
EMACS_PORT_NAME?= emacs21
+WRKSRC= ${WRKDIR}/egg-4.0.6+0.20020909cvs.orig
ELISPDIR= ${PREFIX}/${EMACS_LIBDIR_WITH_VER}/site-lisp
PLIST_SUB= ELISPDIR="${EMACS_LIBDIR_WITH_VER}/site-lisp"