1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00

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.
This commit is contained in:
John Polstra 1996-12-30 23:28:13 +00:00
parent 0ef14f3cc8
commit 84a9e53842
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5140

View File

@ -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; \