diff options
author | tobez <tobez@FreeBSD.org> | 2001-06-14 14:23:47 +0000 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-06-14 14:23:47 +0000 |
commit | b018754db2c5d9a2438a4a5d05cb27cfe14ac10f (patch) | |
tree | e57a720ae8a66ae13241037113fd961b49d7c177 | |
parent | 11dbeb88ac422abd53c10aa3e2fa6358e7532188 (diff) | |
download | FreeBSD-ports-b018754db2c5d9a2438a4a5d05cb27cfe14ac10f.zip FreeBSD-ports-b018754db2c5d9a2438a4a5d05cb27cfe14ac10f.tar.gz |
Remove redundant line from the Makefile.
PR: 28141
Submitted by: MAINTAINER
Reviewed by: markm
-rw-r--r-- | www/p5-HTML-Clean/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/p5-HTML-Clean/Makefile b/www/p5-HTML-Clean/Makefile index 7cac3c9..e1ecc99 100644 --- a/www/p5-HTML-Clean/Makefile +++ b/www/p5-HTML-Clean/Makefile @@ -15,7 +15,6 @@ PKGNAMEPREFIX= p5- MAINTAINER= kapr@crosswinds.net PERL_CONFIGURE= yes -CONFIGURE_ARGS= INSTALLMAN1DIR=${MANPREFIX}/man/man1 MAN1= htmlclean.1 MAN3= HTML::Clean.3 |