diff options
author | asami <asami@FreeBSD.org> | 1998-10-20 08:12:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-20 08:12:44 +0800 |
commit | e92acf28e9f086c242d1678bcada7797169d0b06 (patch) | |
tree | 86080f225d66aadd81582490cb0e4893601b471f /print/Makefile | |
parent | adb7750598580cd3f499a6cdd2f6634f35ce43db (diff) | |
download | freebsd-ports-gnome-e92acf28e9f086c242d1678bcada7797169d0b06.tar.gz freebsd-ports-gnome-e92acf28e9f086c242d1678bcada7797169d0b06.tar.zst freebsd-ports-gnome-e92acf28e9f086c242d1678bcada7797169d0b06.zip |
No need to have a2ps and a2ps43 reversed anymore -- NO_LATEST_LINK takes
care of that.
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/print/Makefile b/print/Makefile index 683db2ae210d..1c26410ccb77 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,10 +1,8 @@ -# $Id: Makefile,v 1.64 1998/08/14 00:16:29 kuriyama Exp $ +# $Id: Makefile,v 1.65 1998/10/19 14:30:06 vanilla Exp $ # -# 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 += a2ps43 SUBDIR += acroread SUBDIR += afm SUBDIR += apsfilter |