diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-16 20:08:06 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-03-16 20:08:06 +0000 |
commit | d486d752ae2a26e7f0999d5e1d5fd8cecc05be42 (patch) | |
tree | 1023b8886b97b39828d064df5c05b8e4f615c93a /graphics/png | |
parent | e11935d231654f8328dabb7a6643ec6ce75c4c55 (diff) | |
download | ports-d486d752ae2a26e7f0999d5e1d5fd8cecc05be42.tar.gz ports-d486d752ae2a26e7f0999d5e1d5fd8cecc05be42.zip |
Change pre-install to pre-su-install
Submitted by: marcel
Notes
Notes:
svn path=/head/; revision=104198
Diffstat (limited to 'graphics/png')
-rw-r--r-- | graphics/png/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/png/Makefile b/graphics/png/Makefile index 45e99d658f9a..b8387d83f7b3 100644 --- a/graphics/png/Makefile +++ b/graphics/png/Makefile @@ -39,7 +39,7 @@ post-extract: # Please don't delete the following line - this link used by ghostscript* ports @${LN} -sf ${WRKSRC} ${WRKDIR}/libpng -pre-install: +pre-su-install: @[ -d ${PREFIX}/include/libpng ] || ${MKDIR} ${PREFIX}/include/libpng @[ -d ${PREFIX}/libdata/pkgconfig ] || \ ${MKDIR} ${PREFIX}/libdata/pkgconfig |