diff options
author | asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-04-04 07:36:46 +0000 |
commit | 8164d42b2597272494b6e8f70a3f4df7cf0dd501 (patch) | |
tree | a8aadaa54c5092dfdf312c497a75fc8485e6b827 /print | |
parent | 1a311b256ca434628b11083519addf1585aba22d (diff) | |
download | FreeBSD-ports-8164d42b2597272494b6e8f70a3f4df7cf0dd501.zip FreeBSD-ports-8164d42b2597272494b6e8f70a3f4df7cf0dd501.tar.gz |
Add NO_LATEST_LINK -- these are not the latest versions, and we shouldn't
depend on ordering in the parent Makefiles for the links to be created
correctly.
Diffstat (limited to 'print')
-rw-r--r-- | print/a2ps43-letter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps43-letter/Makefile b/print/a2ps43-letter/Makefile index f53b8e9..404e66e 100644 --- a/print/a2ps43-letter/Makefile +++ b/print/a2ps43-letter/Makefile @@ -3,7 +3,7 @@ # Date created: 6 November 1994 # Whom: jmz & David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.14 1998/02/25 02:33:52 obrien Exp $ +# $Id: Makefile,v 1.15 1998/02/25 02:35:23 obrien Exp $ # DISTNAME= a2ps @@ -14,6 +14,7 @@ DISTFILES= a2ps.V4.3.tar.gz MAINTAINER= obrien@FreeBSD.org +NO_LATEST_LINK= yes MANUAL_PACKAGE_BUILD= PAPERSIZE has to be set to Letter A4 MAKE_FLAGS?= WIDTH=${WIDTH} HEIGHT=${HEIGHT} A4_PAPERSIZE=${A4_PAPERSIZE} -f NO_WRKSUBDIR= yes |