diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-09-01 14:38:15 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-09-01 14:38:15 +0000 |
commit | 190e9efe73426f95cc15f060c6ef8e03d248e945 (patch) | |
tree | 920091dda894d3793cd0f1ca173dec2155419f82 /mail/roundcube | |
parent | 58e9bf916d01c310d318a4854229b3b95cf8bb32 (diff) |
Fix bug in the pkg-install script.
PR: ports/102688
Submitted by: Artis Caune <Artis.Caune@latnet.lv>
Notes
Notes:
svn path=/head/; revision=171812
Diffstat (limited to 'mail/roundcube')
-rw-r--r-- | mail/roundcube/Makefile | 1 | ||||
-rw-r--r-- | mail/roundcube/files/pkg-install.in | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile index 8b1e79859679..fd0b805a4b35 100644 --- a/mail/roundcube/Makefile +++ b/mail/roundcube/Makefile @@ -7,6 +7,7 @@ PORTNAME= roundcube PORTVERSION= 0.1.${SNAPSHOT} +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.unixified.net/roundcube/:unixified \ ${MASTER_SITE_LOCAL:S/$/:freebsd/g} diff --git a/mail/roundcube/files/pkg-install.in b/mail/roundcube/files/pkg-install.in index a750c4ec6b02..0be81fa53ba7 100644 --- a/mail/roundcube/files/pkg-install.in +++ b/mail/roundcube/files/pkg-install.in @@ -17,9 +17,6 @@ DEINSTALL) if cmp -s ${i} ${i}.dist; then rm ${i}; fi done ;; -*) - exit 1 - ;; esac exit 0 |