diff options
author | ache <ache@FreeBSD.org> | 2004-03-17 04:08:06 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-03-17 04:08:06 +0800 |
commit | e886e5382e0388688c7160fa8cdc5c8788c523ad (patch) | |
tree | e0d01ab2505a368aad317e50f7157f7a840da27e /graphics | |
parent | 2ea5919b974452e8a764236a2dd438e36c012b95 (diff) | |
download | freebsd-ports-gnome-e886e5382e0388688c7160fa8cdc5c8788c523ad.tar.gz freebsd-ports-gnome-e886e5382e0388688c7160fa8cdc5c8788c523ad.tar.zst freebsd-ports-gnome-e886e5382e0388688c7160fa8cdc5c8788c523ad.zip |
Change pre-install to pre-su-install
Submitted by: marcel
Diffstat (limited to 'graphics')
-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 |