diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:00:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 00:00:38 +0000 |
commit | 0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (patch) | |
tree | a4be5d0931b67795905ca15d7cf926fac06a459e /print | |
parent | Incorporate changes from master 1.588. (diff) |
Remove support for OSVERSION < 5
Notes
Notes:
svn path=/head/; revision=200765
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 7b0005ca7e83..c760152ff52e 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> |