diff options
author | mharo <mharo@FreeBSD.org> | 1999-12-25 02:39:48 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-12-25 02:39:48 +0800 |
commit | 6732e58892144622578ef18a9ce32b3ae624f032 (patch) | |
tree | cffe8655b21fb7e485b88e43bce778b6a02fb9ed /www | |
parent | a1aa7c31fe5eb626a0a93e1418b4a01dcef37e17 (diff) | |
download | freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.gz freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.tar.zst freebsd-ports-gnome-6732e58892144622578ef18a9ce32b3ae624f032.zip |
remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanups
PR: 14759
Submitted by: Jeremy Lea <reg@shale.csir.co.za>
Diffstat (limited to 'www')
-rw-r--r-- | www/wml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/wml/Makefile b/www/wml/Makefile index fc32491c6c53..fb6a9617440c 100644 --- a/www/wml/Makefile +++ b/www/wml/Makefile @@ -18,9 +18,8 @@ MAINTAINER= rse@engelschall.com .include <bsd.port.pre.mk> USE_PERL5= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} \ - --with-perl=${PERL5} +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-perl=${PERL5} CAT1= wml_aux_linklint.1 wml_aux_txt2html.1 \ wml_aux_wwwtable.1 wml_p2_mhc.1 wml_p4_gm4.1 |