Fix bug in the pkg-install script.

PR:		ports/102688
Submitted by:	Artis Caune <Artis.Caune@latnet.lv>
This commit is contained in:
Florent Thoumie 2006-09-01 14:38:15 +00:00
parent 58e9bf916d
commit 190e9efe73
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171812
2 changed files with 1 additions and 3 deletions

View File

@ -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}

View File

@ -17,9 +17,6 @@ DEINSTALL)
if cmp -s ${i} ${i}.dist; then rm ${i}; fi
done
;;
*)
exit 1
;;
esac
exit 0