diff options
author | thierry <thierry@FreeBSD.org> | 2009-09-25 03:23:30 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2009-09-25 03:23:30 +0800 |
commit | 96bf2bd64080ad15b5c39ad944aecee97749060d (patch) | |
tree | b0488eb0e9dd25be96d834931030572ccd9f869c /deskutils | |
parent | 77cc7f5bd374388d98824fccc623327fc276e684 (diff) | |
download | freebsd-ports-gnome-96bf2bd64080ad15b5c39ad944aecee97749060d.tar.gz freebsd-ports-gnome-96bf2bd64080ad15b5c39ad944aecee97749060d.tar.zst freebsd-ports-gnome-96bf2bd64080ad15b5c39ad944aecee97749060d.zip |
Fix packaging.
Reported by: pointyhat via miwi
Feature safe: yes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/horde-mnemo/Makefile | 1 | ||||
-rw-r--r-- | deskutils/horde-mnemo/pkg-plist | 3 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/Makefile | 1 | ||||
-rw-r--r-- | deskutils/horde4-mnemo/pkg-plist | 3 |
4 files changed, 8 insertions, 0 deletions
diff --git a/deskutils/horde-mnemo/Makefile b/deskutils/horde-mnemo/Makefile index e8548de8dd86..6ca8c95d6380 100644 --- a/deskutils/horde-mnemo/Makefile +++ b/deskutils/horde-mnemo/Makefile @@ -8,6 +8,7 @@ PORTNAME= mnemo PORTVERSION= 2.2.2 DISTVERSIONSUFFIX= +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= deskutils www diff --git a/deskutils/horde-mnemo/pkg-plist b/deskutils/horde-mnemo/pkg-plist index 8199d7713adc..74ac7647beaf 100644 --- a/deskutils/horde-mnemo/pkg-plist +++ b/deskutils/horde-mnemo/pkg-plist @@ -1,5 +1,6 @@ %%HORDIR%%/config/.htaccess %%HORDIR%%/config/conf.xml +%%HORDIR%%/config/hooks.php.dist %%HORDIR%%/config/prefs.php.dist %%HORDIR%%/data.php %%HORDIR%%/index.php @@ -69,6 +70,7 @@ %%HORDIR%%/notepads/delete.php %%HORDIR%%/notepads/edit.php %%HORDIR%%/notepads/index.php +%%HORDIR%%/notes/index.php %%HORDIR%%/po/README %%HORDIR%%/po/bg_BG.po %%HORDIR%%/po/cs_CZ.po @@ -184,6 +186,7 @@ @dirrm %%HORDIR%%/scripts/sql @dirrm %%HORDIR%%/scripts @dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/notes @dirrm %%HORDIR%%/notepads @dirrm %%HORDIR%%/note @dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES diff --git a/deskutils/horde4-mnemo/Makefile b/deskutils/horde4-mnemo/Makefile index e8548de8dd86..6ca8c95d6380 100644 --- a/deskutils/horde4-mnemo/Makefile +++ b/deskutils/horde4-mnemo/Makefile @@ -8,6 +8,7 @@ PORTNAME= mnemo PORTVERSION= 2.2.2 DISTVERSIONSUFFIX= +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= deskutils www diff --git a/deskutils/horde4-mnemo/pkg-plist b/deskutils/horde4-mnemo/pkg-plist index 8199d7713adc..74ac7647beaf 100644 --- a/deskutils/horde4-mnemo/pkg-plist +++ b/deskutils/horde4-mnemo/pkg-plist @@ -1,5 +1,6 @@ %%HORDIR%%/config/.htaccess %%HORDIR%%/config/conf.xml +%%HORDIR%%/config/hooks.php.dist %%HORDIR%%/config/prefs.php.dist %%HORDIR%%/data.php %%HORDIR%%/index.php @@ -69,6 +70,7 @@ %%HORDIR%%/notepads/delete.php %%HORDIR%%/notepads/edit.php %%HORDIR%%/notepads/index.php +%%HORDIR%%/notes/index.php %%HORDIR%%/po/README %%HORDIR%%/po/bg_BG.po %%HORDIR%%/po/cs_CZ.po @@ -184,6 +186,7 @@ @dirrm %%HORDIR%%/scripts/sql @dirrm %%HORDIR%%/scripts @dirrm %%HORDIR%%/po +@dirrm %%HORDIR%%/notes @dirrm %%HORDIR%%/notepads @dirrm %%HORDIR%%/note @dirrm %%HORDIR%%/locale/zh_TW/LC_MESSAGES |