Fix bug in the pkg-install script.
PR: ports/102688 Submitted by: Artis Caune <Artis.Caune@latnet.lv>
This commit is contained in:
parent
58e9bf916d
commit
190e9efe73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=171812
@ -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}
|
||||
|
@ -17,9 +17,6 @@ DEINSTALL)
|
||||
if cmp -s ${i} ${i}.dist; then rm ${i}; fi
|
||||
done
|
||||
;;
|
||||
*)
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user