diff options
Diffstat (limited to 'lang')
-rw-r--r-- | lang/modula-3/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile index 2f579664d306..f000b9174a13 100644 --- a/lang/modula-3/Makefile +++ b/lang/modula-3/Makefile @@ -3,7 +3,7 @@ # Date created: 18 Mar 1996 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.8 1996/11/01 20:27:12 jdp Exp $ +# $Id: Makefile,v 1.9 1996/11/12 02:18:37 obrien Exp $ # DISTNAME= modula-3-3.6 @@ -15,7 +15,7 @@ MAINTAINER= jdp@polstra.com DEPENDS= ${PORTSDIR}/lang/modula-3-lib WRKSRC= ${PORTSDIR}/lang/modula-3-lib/work -NO_WRKDIR= yes +NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes @@ -30,12 +30,6 @@ minor= 0 # be "installed" into the following directory, which we own. temp_prefix= ${WRKSRC}/installed -do-extract: - @${DO_NADA} - -checksum: - @${DO_NADA} - do-install: @echo "Deleting extraneous cruft" @cd ${temp_prefix}/lib/m3/pkg; \ |