diff options
author | asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-11-10 11:23:41 +0000 |
commit | 5d1935d3cd51c1225fdc04508abc444c4787ef47 (patch) | |
tree | ffc1483204d23593f169f7362c7d2a028d78bfc1 /print/latex | |
parent | a6ed6f6af74824fc14506600deae1d9c6e4e2fe8 (diff) | |
download | FreeBSD-ports-5d1935d3cd51c1225fdc04508abc444c4787ef47.zip FreeBSD-ports-5d1935d3cd51c1225fdc04508abc444c4787ef47.tar.gz |
Mark a bunch of ports with MANUAL_PACKAGE_BUILD. With a change to
bsd.port.mk that will be committed soon, this will disable automatic
package building when PACKAGE_BUILDING is defined (so they can be
built from separate scripts).
These are no-ops for ordinary users (i.e., when PACKAGE_BUILDING is
not defined).
Diffstat (limited to 'print/latex')
-rw-r--r-- | print/latex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 1062a60..6a6f516 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -3,8 +3,9 @@ # Date created: 29 September 1994 # Whom: jmz # -# $Id: Makefile,v 1.30 1997/02/26 02:27:29 jmz Exp $ +# $Id: Makefile,v 1.31 1997/07/26 15:00:34 jmz Exp $ # + VERSION= 97.06 DISTNAME= latex PKGNAME= latex2e-${VERSION} @@ -17,6 +18,7 @@ MAINTAINER= jmz@FreeBSD.org BUILD_DEPENDS= tex:${PORTSDIR}/print/tex RUN_DEPENDS= tex:${PORTSDIR}/print/tex +MANUAL_PACKAGE_BUILD= has to be built with tex port IGNOREFILES= ${DISTFILES} #other equivalent sites: ftp.cdrom.com ftp.dante.de |