diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 16:38:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 16:38:55 +0800 |
commit | 3dc983605043f8cf60f0f01459fc3d66221e0660 (patch) | |
tree | f7d0e55a01f48203e513bbbfda2e0eaee5e2432e /www | |
parent | d3e0159799ec38492b0692c419e0c297f0ec104f (diff) | |
download | freebsd-ports-gnome-3dc983605043f8cf60f0f01459fc3d66221e0660.tar.gz freebsd-ports-gnome-3dc983605043f8cf60f0f01459fc3d66221e0660.tar.zst freebsd-ports-gnome-3dc983605043f8cf60f0f01459fc3d66221e0660.zip |
System perl installs this in /usr/local/local/lib.
Diffstat (limited to 'www')
-rw-r--r-- | www/mhonarc/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/mhonarc/Makefile b/www/mhonarc/Makefile index 99afe0190489..c5697563399a 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.6 1998/11/26 05:45:51 asami Exp $ +# $Id: Makefile,v 1.7 1998/11/28 23:10:26 asami Exp $ # DISTNAME= MHonArc2.3.3 @@ -18,10 +18,15 @@ MASTER_SITES= http://www.oac.uci.edu/indiv/ehood/tar/ \ MAINTAINER= jkoshy@freebsd.org USE_PERL5= Yes - 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 -.include <bsd.port.mk> +.include <bsd.port.post.mk> |