aboutsummaryrefslogtreecommitdiff
path: root/lang/Sather
diff options
context:
space:
mode:
authorJeffrey Hsu <hsu@FreeBSD.org>1994-11-22 10:05:33 +0000
committerJeffrey Hsu <hsu@FreeBSD.org>1994-11-22 10:05:33 +0000
commit354f4ade0ebc717d2e19596f74e5bcee8c20cff8 (patch)
tree79612d9abab60fceab5cb7bd79db4b154be0637d /lang/Sather
parent19e510c8886fe30d5e07858a251cb8d9407aed3a (diff)
downloadports-354f4ade0ebc717d2e19596f74e5bcee8c20cff8.tar.gz
ports-354f4ade0ebc717d2e19596f74e5bcee8c20cff8.zip
Update DISTNAME to Sather-1.0.2.
Make use of ALL_TARGET instead of adding the all target to the underlying Makefile. Obtained from:
Notes
Notes: svn path=/head/; revision=452
Diffstat (limited to 'lang/Sather')
-rw-r--r--lang/Sather/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 6c67e1acb404..6bd2afef8b98 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -3,13 +3,14 @@
# Date created: Mon Oct 31 22:04:12 PST 1994
# Whom: hsu
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/11/01 06:08:02 hsu Exp $
#
-DISTNAME= Sather-1.0.1
+DISTNAME= Sather-1.0.2
MASTER_SITES= ftp://ftp.icsi.berkeley.edu/pub/sather/
-DISTFILES= Sather-1.0.1.tar.Z
+DISTFILES= Sather-1.0.2.tar.Z
WRKSRC= ${WRKDIR}/Sather
+ALL_TARGET= testall
install:
@if [ ! -e ${PREFIX}/bin ]; then mkdir -p ${PREFIX}/bin; fi