aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2006-09-01 14:38:15 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2006-09-01 14:38:15 +0000
commit190e9efe73426f95cc15f060c6ef8e03d248e945 (patch)
tree920091dda894d3793cd0f1ca173dec2155419f82 /mail/roundcube
parent58e9bf916d01c310d318a4854229b3b95cf8bb32 (diff)
downloadports-190e9efe73426f95cc15f060c6ef8e03d248e945.tar.gz
ports-190e9efe73426f95cc15f060c6ef8e03d248e945.zip
Notes
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile1
-rw-r--r--mail/roundcube/files/pkg-install.in3
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