diff options
author | asami <asami@FreeBSD.org> | 1997-07-10 11:41:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-07-10 11:41:38 +0800 |
commit | 8f243307ad44e38a62b7ca7f2110159d6106bf40 (patch) | |
tree | 2679d022fd291ddf923b36fb2e51e6459fd6e3ac /emulators/linux_base-6 | |
parent | 0fa99246e5c3bb6a4de15113f4e2997f8239fb16 (diff) | |
download | freebsd-ports-gnome-8f243307ad44e38a62b7ca7f2110159d6106bf40.tar.gz freebsd-ports-gnome-8f243307ad44e38a62b7ca7f2110159d6106bf40.tar.zst freebsd-ports-gnome-8f243307ad44e38a62b7ca7f2110159d6106bf40.zip |
Clean this up a bit so it will checksum and also not splat cookies all
over the place.
Reminded by: jfieber
Diffstat (limited to 'emulators/linux_base-6')
-rw-r--r-- | emulators/linux_base-6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/linux_base-6/Makefile b/emulators/linux_base-6/Makefile index d285cd1e8128..4b013f37ed88 100644 --- a/emulators/linux_base-6/Makefile +++ b/emulators/linux_base-6/Makefile @@ -3,7 +3,7 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.15 1997/04/14 19:03:08 erich Exp $ +# $Id: Makefile,v 1.16 1997/04/30 03:17:59 asami Exp $ # DISTNAME= linux_lib-2.4 @@ -15,8 +15,8 @@ MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux NO_MTREE= yes NO_BUILD= yes -NO_EXTRACT= yes -NO_WRKDIR= yes +EXTRACT_ONLY= # empty +NO_WRKSUBDIR= yes pre-install: @[ -d ${PREFIX} ] || ${MKDIR} ${PREFIX} |