diff options
author | brian <brian@FreeBSD.org> | 2007-05-01 00:13:53 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2007-05-01 00:13:53 +0000 |
commit | ececdef943f28d5c872c4e85e65abc54de2da5c0 (patch) | |
tree | 3debd4b1d94f215a10a9fd8219a1a4a05a01fd84 /textproc | |
parent | da64f71a7cdcc9b1b64a4c728f4d33c15189c9eb (diff) | |
download | FreeBSD-ports-ececdef943f28d5c872c4e85e65abc54de2da5c0.zip FreeBSD-ports-ececdef943f28d5c872c4e85e65abc54de2da5c0.tar.gz |
root-owned directories must be created by root...
Approved by: erwin
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-SGMLSpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-SGMLSpm/Makefile b/textproc/p5-SGMLSpm/Makefile index 699d0a5..4152e97 100644 --- a/textproc/p5-SGMLSpm/Makefile +++ b/textproc/p5-SGMLSpm/Makefile @@ -20,7 +20,7 @@ USE_PERL5_RUN= yes NO_BUILD= yes WRKSRC= ${WRKDIR}/${PORTNAME} -pre-install: +pre-su-install: ${MKDIR} ${DOCSDIR} ${EXAMPLESDIR} INSTALL_TARGET= install PERL5DIR=${SITE_PERL} SPECDIR=${EXAMPLESDIR} |