diff options
author | asami <asami@FreeBSD.org> | 1997-12-14 00:58:08 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-12-14 00:58:08 +0000 |
commit | 85f3406e63cb0100f3f412410bf1dee8a604df30 (patch) | |
tree | c5f279fbac202417b7849e0b09960524749a02d5 /print/Makefile | |
parent | f17f64521d29f7140b9273caf5684ca35b3e236d (diff) | |
download | FreeBSD-ports-85f3406e63cb0100f3f412410bf1dee8a604df30.zip FreeBSD-ports-85f3406e63cb0100f3f412410bf1dee8a604df30.tar.gz |
Put a2ps43 in front of a2ps, so the "Latest" link will indeed point to the
latest package when built from top-down.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index a8a1d83..b797bd6 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.50 1997/11/06 14:50:09 tg Exp $ +# $Id: Makefile,v 1.51 1997/11/25 23:59:51 asami Exp $ # - SUBDIR += a2ps +# the reversed ordering of a2ps43 and a2ps is intentional -- this +# is to make sure the "Latest" link points to the latest version SUBDIR += a2ps43 + SUBDIR += a2ps SUBDIR += acroread SUBDIR += afm SUBDIR += apsfilter |