Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 1997 19:14:56 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        jfieber@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/textproc/linuxdoc - Imported sources
Message-ID:  <199707100214.TAA16277@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199707090418.VAA00606@freefall.freebsd.org> (message from John Fieber on Tue, 8 Jul 1997 21:18:03 -0700 (PDT))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199707100214.TAA16277>