summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohn Polstra <jdp@FreeBSD.org>1996-12-30 23:28:13 +0000
committerJohn Polstra <jdp@FreeBSD.org>1996-12-30 23:28:13 +0000
commit84a9e53842fdfd289e621b88e1eeb58b2848f8bb (patch)
tree09e42cf54b49547eb7b18c7beae36589744ecee5 /lang
parentCATEGORIES+= -> CATEGORIES= (diff)
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.
Notes
Notes: svn path=/head/; revision=5140
Diffstat (limited to 'lang')
-rw-r--r--lang/modula-3/Makefile10
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; \