diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:29:12 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:29:12 +0000 |
commit | a512a9f2362f5b91cde0118f8d78885a1dd228ac (patch) | |
tree | 1e885f6e0159dd3a8e020520488e9500d7113c3f /www/p5-HTML/Makefile | |
parent | No need for -p since ${MKDIR} == 'mkdir -p'. (diff) |
No need to use -p since ${MKDIR} == 'mkdir -p'.
Diffstat (limited to 'www/p5-HTML/Makefile')
-rw-r--r-- | www/p5-HTML/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-HTML/Makefile b/www/p5-HTML/Makefile index cd8698065581..71487a27f284 100644 --- a/www/p5-HTML/Makefile +++ b/www/p5-HTML/Makefile @@ -3,7 +3,7 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.5 1997/05/24 13:17:15 jfitz Exp $ +# $Id: Makefile,v 1.6 1997/06/24 18:43:19 jfitz Exp $ # DISTNAME= HTML-0.6 @@ -20,7 +20,7 @@ NO_WRKSUBDIR= YES NO_BUILD= YES do-install: - @ ${MKDIR} -p ${PREFIX}/lib/perl5/site_perl/HTML/ + @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/HTML/ @ ${INSTALL_DATA} ${WRKDIR}/HTML/Base.pm ${PREFIX}/lib/perl5/site_perl/HTML/ @ ${INSTALL_DATA} ${WRKDIR}/html_base.pod ${PREFIX}/lib/perl5/site_perl/ |