summaryrefslogtreecommitdiff
path: root/print/apsfilter/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:00:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-10-04 00:00:38 +0000
commit0d263e77cb9c8fc0d78cb27161bb31c39bbd3910 (patch)
treea4be5d0931b67795905ca15d7cf926fac06a459e /print/apsfilter/Makefile
parentIncorporate changes from master 1.588. (diff)
Remove support for OSVERSION < 5
Notes
Notes: svn path=/head/; revision=200765
Diffstat (limited to 'print/apsfilter/Makefile')
-rw-r--r--print/apsfilter/Makefile11
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>