diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 08:00:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 08:00:38 +0800 |
commit | 33de379b2b19f34cf6e1c6ecd3e605aec60ca530 (patch) | |
tree | cd11b35e3e229465f4864932a47d5207d68d1ae3 /print | |
parent | a8a7341d3c767815f9514cb6660d7417e64ad297 (diff) | |
download | freebsd-ports-graphics-33de379b2b19f34cf6e1c6ecd3e605aec60ca530.tar.gz freebsd-ports-graphics-33de379b2b19f34cf6e1c6ecd3e605aec60ca530.tar.zst freebsd-ports-graphics-33de379b2b19f34cf6e1c6ecd3e605aec60ca530.zip |
Remove support for OSVERSION < 5
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 <bsd.port.mk> |