diff options
author | anray <anray@FreeBSD.org> | 2008-06-03 05:11:54 +0800 |
---|---|---|
committer | anray <anray@FreeBSD.org> | 2008-06-03 05:11:54 +0800 |
commit | a885d8074dfb373d5ee8b37e2dd785b2cd241ca6 (patch) | |
tree | 74ca830083a7ba8bbb4a7e384a78669b6d5948d9 /editors | |
parent | 24a8512861aebab57c7f71c91a5fbd015f0b75b0 (diff) | |
download | freebsd-ports-gnome-a885d8074dfb373d5ee8b37e2dd785b2cd241ca6.tar.gz freebsd-ports-gnome-a885d8074dfb373d5ee8b37e2dd785b2cd241ca6.tar.zst freebsd-ports-gnome-a885d8074dfb373d5ee8b37e2dd785b2cd241ca6.zip |
- Fix pkglist, when NOPORTDOCS defined.
PR: ports/124215
Submitted by: Yoshihiko Sarumaru
Pointed out by: itetcu
Diffstat (limited to 'editors')
-rw-r--r-- | editors/color-mate/Makefile | 1 | ||||
-rw-r--r-- | editors/color-mate/pkg-plist | 16 |
2 files changed, 9 insertions, 8 deletions
diff --git a/editors/color-mate/Makefile b/editors/color-mate/Makefile index 4072fe367ce7..b1c587a2c5c4 100644 --- a/editors/color-mate/Makefile +++ b/editors/color-mate/Makefile @@ -7,6 +7,7 @@ PORTNAME= color-mate PORTVERSION= 10.6.4 +PORTREVISION= 1 CATEGORIES= editors elisp MASTER_SITES= http://www.netlab.is.tsukuba.ac.jp/~yokota/archive/ diff --git a/editors/color-mate/pkg-plist b/editors/color-mate/pkg-plist index a5efc59cc029..467c0e11673f 100644 --- a/editors/color-mate/pkg-plist +++ b/editors/color-mate/pkg-plist @@ -120,14 +120,14 @@ lib/xemacs/site-packages/lisp/color-mate/theme/Xdefaults.cpp lib/xemacs/site-packages/lisp/color-mate/theme/color-mate-theme-compile.el lib/xemacs/site-packages/lisp/color-mate/theme/theme_build.sh lib/xemacs/site-packages/pkginfo/MANIFEST.color-mate -%%DOCSDIR%%/Customize.txt -%%DOCSDIR%%/Dot.emacs.default.in -%%DOCSDIR%%/Q_and_A.color-mate -%%DOCSDIR%%/QuickStart.color-mate -%%DOCSDIR%%/README.color-mate.eng -%%DOCSDIR%%/README.color-mate.jp -%%DOCSDIR%%/README.kanakan-cursor.eng -%%DOCSDIR%%/README.kanakan-cursor.jp +%%PORTDOCS%%%%DOCSDIR%%/Customize.txt +%%PORTDOCS%%%%DOCSDIR%%/Dot.emacs.default.in +%%PORTDOCS%%%%DOCSDIR%%/Q_and_A.color-mate +%%PORTDOCS%%%%DOCSDIR%%/QuickStart.color-mate +%%PORTDOCS%%%%DOCSDIR%%/README.color-mate.eng +%%PORTDOCS%%%%DOCSDIR%%/README.color-mate.jp +%%PORTDOCS%%%%DOCSDIR%%/README.kanakan-cursor.eng +%%PORTDOCS%%%%DOCSDIR%%/README.kanakan-cursor.jp @dirrm share/emacs/site-lisp/color-mate/contrib @dirrm share/emacs/site-lisp/color-mate/kanakan-cursor @dirrm share/emacs/site-lisp/color-mate/theme |