diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-13 10:49:15 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-13 10:49:15 +0000 |
commit | 9142df7ba1cd374d7dc015c432082f7372e6c52d (patch) | |
tree | eecb6a61a3b55b252c7f6e404bcf7729545a8b59 /devel/p4.el | |
parent | 7f72a1636457d5516c14c058b257f73ef6205e38 (diff) | |
download | ports-9142df7ba1cd374d7dc015c432082f7372e6c52d.tar.gz ports-9142df7ba1cd374d7dc015c432082f7372e6c52d.zip |
Notes
Diffstat (limited to 'devel/p4.el')
-rw-r--r-- | devel/p4.el/Makefile | 10 | ||||
-rw-r--r-- | devel/p4.el/distinfo | 2 | ||||
-rw-r--r-- | devel/p4.el/pkg-comment | 2 | ||||
-rw-r--r-- | devel/p4.el/pkg-descr | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/devel/p4.el/Makefile b/devel/p4.el/Makefile index d723e9cb8eea..eae0671e94ff 100644 --- a/devel/p4.el/Makefile +++ b/devel/p4.el/Makefile @@ -6,11 +6,11 @@ # PORTNAME= p4.el -PORTVERSION= 8.5 +PORTVERSION= 10.1 CATEGORIES= devel elisp -MASTER_SITES= http://www.dsmit.com/p4/ -EXTRACT_SUFX= # empty -EXTRACT_ONLY= # empty +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= p4el +EXTRACT_SUFX= .tgz MAINTAINER= knu@FreeBSD.org @@ -24,7 +24,7 @@ XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp do-install: ${MKDIR} ${EMACSLISPDIR} - ${INSTALL_DATA} ${_DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/p4.el + ${INSTALL_DATA} ${WRKSRC}/p4.el ${EMACSLISPDIR}/ ${MKDIR} ${XEMACSLISPDIR} ${LN} -sf ${EMACSLISPDIR}/p4.el ${XEMACSLISPDIR} diff --git a/devel/p4.el/distinfo b/devel/p4.el/distinfo index d4858e9e8438..30d63e757a17 100644 --- a/devel/p4.el/distinfo +++ b/devel/p4.el/distinfo @@ -1 +1 @@ -MD5 (p4.el-8.5) = ebccdef11b595119e5c3fb42576e6daa +MD5 (p4.el-10.1.tgz) = fb6c35563617adefdd00d9a5c531ff33 diff --git a/devel/p4.el/pkg-comment b/devel/p4.el/pkg-comment index fd3c17bb0579..021752df8413 100644 --- a/devel/p4.el/pkg-comment +++ b/devel/p4.el/pkg-comment @@ -1 +1 @@ -Simple Perforce-Emacs Integration +Perforce-Emacs Integration diff --git a/devel/p4.el/pkg-descr b/devel/p4.el/pkg-descr index fa9c28f85624..2ac34f085975 100644 --- a/devel/p4.el/pkg-descr +++ b/devel/p4.el/pkg-descr @@ -1,4 +1,4 @@ -p4.el -- Simple Perforce-Emacs Integration +p4.el -- Perforce-Emacs Integration -WWW: http://www.dsmit.com/p4/ +WWW: http://p4el.sourceforge.net/ Author: Rajesh Vaidheeswarran <rv@dsmit.com> |