diff options
author | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-12 22:27:22 +0000 |
---|---|---|
committer | OKAZAKI Tetsurou <okazaki@FreeBSD.org> | 2000-12-12 22:27:22 +0000 |
commit | f8dfc99c8a5275e5881b6321837e879d3b13046e (patch) | |
tree | 2fd8701b24ebd12cb65bbc4fc91b9e29d1e579db /textproc/diff-mode.el | |
parent | Add the patches I missed in the previous. (diff) |
Remove extra directories on pkg_delete.
Make this package PREFIX-safe about a symbolic link.
Bump up PORTREVISION.
Change maintainer's e-mail address.
Diffstat (limited to 'textproc/diff-mode.el')
-rw-r--r-- | textproc/diff-mode.el/Makefile | 3 | ||||
-rw-r--r-- | textproc/diff-mode.el/pkg-descr | 2 | ||||
-rw-r--r-- | textproc/diff-mode.el/pkg-plist | 6 |
3 files changed, 8 insertions, 3 deletions
diff --git a/textproc/diff-mode.el/Makefile b/textproc/diff-mode.el/Makefile index 033ffa64ffdd..64ad290993d9 100644 --- a/textproc/diff-mode.el/Makefile +++ b/textproc/diff-mode.el/Makefile @@ -7,13 +7,14 @@ PORTNAME= diff-mode.el PORTVERSION= 1.8 +PORTREVISION= 1 CATEGORIES= textproc elisp MASTER_SITES= ftp://rum.cs.yale.edu/pub/monnier/misc/ DISTNAME= diff-mode-${PORTVERSION}.el EXTRACT_SUFX= # empty EXTRACT_ONLY= # empty -MAINTAINER= okazaki@be.to +MAINTAINER= okazaki@FreeBSD.org NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/textproc/diff-mode.el/pkg-descr b/textproc/diff-mode.el/pkg-descr index 47ac41630cb8..a86ecdd872de 100644 --- a/textproc/diff-mode.el/pkg-descr +++ b/textproc/diff-mode.el/pkg-descr @@ -12,4 +12,4 @@ The diff-mode provides features such as: - Tetsurou -okazaki@be.to +okazaki@FreeBSD.org diff --git a/textproc/diff-mode.el/pkg-plist b/textproc/diff-mode.el/pkg-plist index 039a5d3f7ac4..b029390f1f9f 100644 --- a/textproc/diff-mode.el/pkg-plist +++ b/textproc/diff-mode.el/pkg-plist @@ -1,2 +1,6 @@ share/emacs/site-lisp/diff-mode.el -lib/xemacs/site-lisp/diff-mode.el +@exec mkdir -p %D/lib/xemacs/site-lisp +@exec ln -sf %D/%F %D/lib/xemacs/site-lisp/diff-mode.el +@unexec rm %D/lib/xemacs/site-lisp/diff-mode.el +@dirrm lib/xemacs/site-lisp +@dirrm lib/xemacs |