diff options
author | andreas <andreas@FreeBSD.org> | 1998-11-20 05:41:15 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-11-20 05:41:15 +0800 |
commit | 7c6cd28567b4d9e710f70c8947a2f32358fc40a4 (patch) | |
tree | 708b971828ec54bba447641d49a777c5fb472523 /sysutils/webmin | |
parent | 42c955486ddbc0849baf567e9dde0d74c279cea8 (diff) | |
download | freebsd-ports-gnome-7c6cd28567b4d9e710f70c8947a2f32358fc40a4.tar.gz freebsd-ports-gnome-7c6cd28567b4d9e710f70c8947a2f32358fc40a4.tar.zst freebsd-ports-gnome-7c6cd28567b4d9e710f70c8947a2f32358fc40a4.zip |
define USE_PERL5 in Makefile
Diffstat (limited to 'sysutils/webmin')
-rw-r--r-- | sysutils/webmin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/webmin/Makefile b/sysutils/webmin/Makefile index 1c98e6836686..c428b2d24d38 100644 --- a/sysutils/webmin/Makefile +++ b/sysutils/webmin/Makefile @@ -3,7 +3,7 @@ # Date created: Do 19 Nov 1998 21:13:55 CET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.6 1997/10/09 21:04:45 andreas Exp $ +# $Id: Makefile,v 1.1.1.1 1998/11/19 21:38:24 andreas Exp $ # DISTNAME= webmin-0.64 @@ -14,6 +14,7 @@ MAINTAINER= andreas@FreeBSD.ORG NO_BUILD= yes IS_INTERACTIVE= yes +USE_PERL5= yes do-install: ${MKDIR} ${PREFIX}/lib/webmin |