From owner-cvs-ports Wed Jul 9 19:17:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id TAA29799 for cvs-ports-outgoing; Wed, 9 Jul 1997 19:17:06 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca13-05.ix.netcom.com [204.32.168.37]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29696; Wed, 9 Jul 1997 19:14:59 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.6/8.6.9) id TAA16277; Wed, 9 Jul 1997 19:14:56 -0700 (PDT) Date: Wed, 9 Jul 1997 19:14:56 -0700 (PDT) Message-Id: <199707100214.TAA16277@silvia.HIP.Berkeley.EDU> To: jfieber@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199707090418.VAA00606@freefall.freebsd.org> (message from John Fieber on Tue, 8 Jul 1997 21:18:03 -0700 (PDT)) Subject: Re: cvs commit: ports/textproc/linuxdoc - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * N ports/textproc/linuxdoc/Makefile Something's messed up here. === >> file /usr/ports/distfiles/linuxdoc-1.0.tar.gz /usr/ports/distfiles/linuxdoc-1.0.tar.gz: GNU tar archive === Also, instead of defining NO_EXTRACT, I recommend using "EXTRACT_ONLY=". That way you'll get a checksum. Also, use NO_WRKSUBDIR instead of NO_WRKDIR, so .*_done cookies don't get splatted all over the port's directory. Satoshi ------- Index: Makefile =================================================================== RCS file: /usr/cvs/ports/textproc/linuxdoc/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1997/07/09 11:23:09 1.2 +++ Makefile 1997/07/10 02:12:53 @@ -15,11 +15,11 @@ RUN_DEPENDS= ${ISOCAT}:${PORTSDIR}/textproc/iso8879 NO_MTREE= yes -NO_EXTRACT= yes +EXTRACT_ONLY= # empty NO_BUILD= yes NO_PATCH= yes NO_CONFIGURE= yes -NO_WRKDIR= yes +NO_WRKSUBDIR= yes INSTDIR= ${PREFIX}/share/sgml/linuxdoc ISOCAT= ${PREFIX}/share/sgml/iso8879/catalog