diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-07-20 18:27:23 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-07-20 18:27:23 +0800 |
commit | 788be4e1837faac9ec1c3de3b701b417bbfbe2ca (patch) | |
tree | d0b75aa3e83ed12f274977e5d707f8c87101f29e /editors | |
parent | 08213236a4308e37c65a66cec132a62d1bc7676b (diff) | |
download | freebsd-ports-gnome-788be4e1837faac9ec1c3de3b701b417bbfbe2ca.tar.gz freebsd-ports-gnome-788be4e1837faac9ec1c3de3b701b417bbfbe2ca.tar.zst freebsd-ports-gnome-788be4e1837faac9ec1c3de3b701b417bbfbe2ca.zip |
- fix plist with -DNOPORTDOCS
- bump PORTREVISION
Prompted by: QA Tindy run
Diffstat (limited to 'editors')
-rw-r--r-- | editors/bitmap/Makefile | 2 | ||||
-rw-r--r-- | editors/bitmap/pkg-plist.emacs20 | 8 | ||||
-rw-r--r-- | editors/bitmap/pkg-plist.emacs21 | 8 | ||||
-rw-r--r-- | editors/bitmap/pkg-plist.mule | 8 |
4 files changed, 13 insertions, 13 deletions
diff --git a/editors/bitmap/Makefile b/editors/bitmap/Makefile index 4cf8586a40c8..a2e368858b74 100644 --- a/editors/bitmap/Makefile +++ b/editors/bitmap/Makefile @@ -7,7 +7,7 @@ PORTNAME= bitmap PORTVERSION= ${BITMAP_VER} -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= editors elisp MASTER_SITES= ftp://ftp.jpl.org/pub/elisp/bitmap/ \ ftp://ftp.jpl.org/pub/elisp/bitmap/snapshots/ diff --git a/editors/bitmap/pkg-plist.emacs20 b/editors/bitmap/pkg-plist.emacs20 index 5e3b456f3c7d..b5833416b58c 100644 --- a/editors/bitmap/pkg-plist.emacs20 +++ b/editors/bitmap/pkg-plist.emacs20 @@ -15,7 +15,7 @@ @unexec rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/bitmap/gnus-bitmap.elc @unexec rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/bitmap/vm-bitmap.elc @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/bitmap -%%BITMAPDOCDIR%%/ChangeLog -%%BITMAPDOCDIR%%/NEWS -%%BITMAPDOCDIR%%/README.en -@dirrm %%BITMAPDOCDIR%% +%%PORTDOCS%%%%BITMAPDOCDIR%%/ChangeLog +%%PORTDOCS%%%%BITMAPDOCDIR%%/NEWS +%%PORTDOCS%%%%BITMAPDOCDIR%%/README.en +%%PORTDOCS%%@dirrm %%BITMAPDOCDIR%% diff --git a/editors/bitmap/pkg-plist.emacs21 b/editors/bitmap/pkg-plist.emacs21 index 5e3b456f3c7d..b5833416b58c 100644 --- a/editors/bitmap/pkg-plist.emacs21 +++ b/editors/bitmap/pkg-plist.emacs21 @@ -15,7 +15,7 @@ @unexec rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/bitmap/gnus-bitmap.elc @unexec rm -f %D/%%EMACS_VERSION_SITE_LISPDIR%%/bitmap/vm-bitmap.elc @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/bitmap -%%BITMAPDOCDIR%%/ChangeLog -%%BITMAPDOCDIR%%/NEWS -%%BITMAPDOCDIR%%/README.en -@dirrm %%BITMAPDOCDIR%% +%%PORTDOCS%%%%BITMAPDOCDIR%%/ChangeLog +%%PORTDOCS%%%%BITMAPDOCDIR%%/NEWS +%%PORTDOCS%%%%BITMAPDOCDIR%%/README.en +%%PORTDOCS%%@dirrm %%BITMAPDOCDIR%% diff --git a/editors/bitmap/pkg-plist.mule b/editors/bitmap/pkg-plist.mule index 153106887f97..4f087170fd63 100644 --- a/editors/bitmap/pkg-plist.mule +++ b/editors/bitmap/pkg-plist.mule @@ -16,7 +16,7 @@ %%EMACS_VERSION_SITE_LISPDIR%%/bitmap/x-face-mule.elc @dirrm %%EMACS_VERSION_SITE_LISPDIR%%/bitmap %%EMACS_VERSION_SITE_LISPDIR%%/%%BITMAP_SETUPEL%% -%%BITMAPDOCDIR%%/ChangeLog -%%BITMAPDOCDIR%%/NEWS -%%BITMAPDOCDIR%%/README.en -@dirrm %%BITMAPDOCDIR%% +%%PORTDOCS%%%%BITMAPDOCDIR%%/ChangeLog +%%PORTDOCS%%%%BITMAPDOCDIR%%/NEWS +%%PORTDOCS%%%%BITMAPDOCDIR%%/README.en +%%PORTDOCS%%@dirrm %%BITMAPDOCDIR%% |