diff options
author | jdp <jdp@FreeBSD.org> | 1996-12-31 07:28:13 +0800 |
---|---|---|
committer | jdp <jdp@FreeBSD.org> | 1996-12-31 07:28:13 +0800 |
commit | 2b7215b8bffd7deb2c6e321da45a988350bab68c (patch) | |
tree | 21754ea30a8a4bd9ef807eb4c6c0478ef6dbe5e0 /lang/modula-3 | |
parent | 9d25e2d746f57fb97d64b87eb0427578baa05c77 (diff) | |
download | freebsd-ports-gnome-2b7215b8bffd7deb2c6e321da45a988350bab68c.tar.gz freebsd-ports-gnome-2b7215b8bffd7deb2c6e321da45a988350bab68c.tar.zst freebsd-ports-gnome-2b7215b8bffd7deb2c6e321da45a988350bab68c.zip |
Use a "work" subdirectory after all, simply to keep the ".*_done"
files from cluttering up the port's source directory.
Complained about by: peter
Use NO_CHECKSUM instead of a do-nothing "checksum" target.
Diffstat (limited to 'lang/modula-3')
-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; \ |