diff options
author | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-03-02 06:39:25 +0000 |
---|---|---|
committer | Joseph Koshy <jkoshy@FreeBSD.org> | 1999-03-02 06:39:25 +0000 |
commit | 0497e5982fde51d0ef85f180c538a8b942a819ae (patch) | |
tree | 24ab59cfdb652498935cae71ac76e016d13e562c /www/mhonarc/Makefile | |
parent | Remove glib since it is the same as glib11. (diff) |
Unbreak for 3.x branch.
Diffstat (limited to '')
-rw-r--r-- | www/mhonarc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile index ccb77a4e9af4..bfd5b4bb687f 100644 --- a/www/mhonarc/Makefile +++ b/www/mhonarc/Makefile @@ -3,7 +3,7 @@ # Date created: 18 June 1997 # Whom: koshy@india.hp.com # -# $Id: Makefile,v 1.8 1998/12/01 08:38:55 asami Exp $ +# $Id: Makefile,v 1.9 1999/01/13 04:00:07 scrappy Exp $ # DISTNAME= MHonArc2.3.3 @@ -24,10 +24,6 @@ NO_BUILD= Yes .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 300003 -BROKEN= installs in /usr/local/local/lib/perl5 -.endif - do-install: cd ${WRKSRC} && ${PERL5} install.me -prefix ${PREFIX} -batch |