diff options
author | adamw <adamw@FreeBSD.org> | 2013-10-22 10:50:50 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2013-10-22 10:50:50 +0800 |
commit | d16249f2479d4369f0ce9146c4ef2adda2e8cf5e (patch) | |
tree | ea735d9294401c5584df8ce4fbb9d25d5e49410c /mail/squirrelmail | |
parent | f64f338495141df670ea295aae33c9e04450e60b (diff) | |
download | freebsd-ports-gnome-d16249f2479d4369f0ce9146c4ef2adda2e8cf5e.tar.gz freebsd-ports-gnome-d16249f2479d4369f0ce9146c4ef2adda2e8cf5e.tar.zst freebsd-ports-gnome-d16249f2479d4369f0ce9146c4ef2adda2e8cf5e.zip |
Fix plist referencing a non-existent directory.
PORTREVISION bump.
PR: ports/183152
Submitted by: Yasuhiro KIMURA <yasu@utahime.org>
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 3 | ||||
-rw-r--r-- | mail/squirrelmail/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 0c12a3833557..2c8774d1a5e3 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -3,7 +3,7 @@ PORTNAME= squirrelmail PORTVERSION= 20131020 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail www MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= adamw @@ -37,7 +37,6 @@ USERS= ${SMUSER} GROUPS= ${SMGROUP} PLIST_SUB= PORTVERSION=${PORTVERSION} \ - FULLPATH="${SQUIRRELDIR}" \ SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" \ SUB_FILES= pkg-message diff --git a/mail/squirrelmail/pkg-plist b/mail/squirrelmail/pkg-plist index a60315bdd17f..9ba2eebc437c 100644 --- a/mail/squirrelmail/pkg-plist +++ b/mail/squirrelmail/pkg-plist @@ -463,7 +463,6 @@ etc/periodic/daily/111.clean-squirrelmail @dirrm %%SQUIRRELDIR%%/themes/css @dirrm %%SQUIRRELDIR%%/themes @dirrm %%SQUIRRELDIR%%/src -@dirrmtry %%SQUIRRELDIR%%/pref @dirrm %%SQUIRRELDIR%%/po @dirrm %%SQUIRRELDIR%%/plugins/translate @dirrm %%SQUIRRELDIR%%/plugins/test |