pcal: remove unused skip_clean

master
Adam Vandenberg 2012-10-21 13:40:38 -07:00
parent 4d8b4af228
commit eb5d1f43e7
1 changed files with 0 additions and 3 deletions

View File

@ -5,8 +5,6 @@ class Pcal < Formula
url 'http://downloads.sourceforge.net/project/pcal/pcal/pcal-4.11.0/pcal-4.11.0.tgz'
sha1 '214bcb4c4b7bc986ae495c96f2ab169233a7f973'
skip_clean :all
def install
ENV.deparallelize
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}"
@ -16,7 +14,6 @@ class Pcal < Formula
man1.install gzip('doc/pcal.man') => 'pcal.1.gz'
end
def test
system "#{bin}/pcal"
end