summaryrefslogtreecommitdiff
path: root/devel/splint/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-12-12 05:21:36 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-12-12 05:21:36 +0000
commitf9ec0b63fb2dcd901f950dff3bb5292c59dd008d (patch)
tree488c30057d17eadc6a537d3ee6af55c8b83d23cb /devel/splint/Makefile
parentUse ${MACRO}s. While I'm here, minor cleanup (fix indentation etc.). (diff)
Minor cleanup, use DISTNAME and EXTRACT_SUFX, instead of DISTNAME,
PKGNAME and WRKSRC (one less line :).
Notes
Notes: svn path=/head/; revision=4955
Diffstat (limited to 'devel/splint/Makefile')
-rw-r--r--devel/splint/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile
index 9ec423c5aa5c..cc9eac9e60cb 100644
--- a/devel/splint/Makefile
+++ b/devel/splint/Makefile
@@ -3,17 +3,16 @@
# Date created: 9 September 1996
# Whom: moeding
#
-# $Id: porting.sgml,v 1.2.4.5 1996/06/19 20:28:08 jkh Exp $
+# $Id: Makefile,v 1.1.1.1 1996/12/11 22:51:21 obrien Exp $
#
-DISTNAME= lclint-2.2a.src
-PKGNAME= lclint-2.2a
+DISTNAME= lclint-2.2a
CATEGORIES= devel
MASTER_SITES= ftp://larch.lcs.mit.edu/pub/Larch/lclint/
+EXTRACT_SUFX= .src.tar.gz
MAINTAINER= moeding@bn.DeTeMobil.de
-WRKSRC= ${WRKDIR}/${PKGNAME}
GNU_CONFIGURE= yes
USE_GMAKE= yes