From 33de379b2b19f34cf6e1c6ecd3e605aec60ca530 Mon Sep 17 00:00:00 2001 From: edwin Date: Thu, 4 Oct 2007 00:00:38 +0000 Subject: Remove support for OSVERSION < 5 --- print/apsfilter/Makefile | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'print') diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 7b0005ca7e8..c760152ff52 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -139,17 +139,6 @@ post-clean: .endif post-install: -.if defined(OSVERSION) && ${OSVERSION} < 400012 - @${ECHO} "********************************************************" - @${ECHO} "* Please Note: *" - @${ECHO} "********************************************************" - @${ECHO} "You have FreeBSD version <= 4.0. If you want to print " - @${ECHO} "troff files then you have to install the grog utility " - @${ECHO} "from groff sources: " - @${ECHO} " cp /usr/src/contrib/groff/grog/grog.sh /usr/bin/grog" - @${ECHO} " chmod 555 /usr/bin/grog " - @${ECHO} "--------------------------------------------------------" -.endif @${CAT} ${PKGMESSAGE} .include -- cgit