diff options
author | ru <ru@FreeBSD.org> | 2003-10-30 20:24:23 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-10-30 20:24:23 +0000 |
commit | 0d17503557ce34ec4a585525b2fb1677f11a09c2 (patch) | |
tree | 1b81435fbbf12e45057b9709e2dab681ee51068d /graphics | |
parent | c4e29a7d9b220aae0027b546975075d6bac11a9e (diff) | |
download | FreeBSD-ports-0d17503557ce34ec4a585525b2fb1677f11a09c2.zip FreeBSD-ports-0d17503557ce34ec4a585525b2fb1677f11a09c2.tar.gz |
Unbreak on 5.x.
Reported by: kris
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libimg/files/Makefile.bsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libimg/files/Makefile.bsd b/graphics/libimg/files/Makefile.bsd index d75c315..e0aa346 100644 --- a/graphics/libimg/files/Makefile.bsd +++ b/graphics/libimg/files/Makefile.bsd @@ -44,7 +44,7 @@ pkgIndex.tcl: pkgIndex.tcl.in DIR = lib/Img1.2 INSTDIR = ${LOCALBASE}/${DIR} -SHLIBDIR = ${LOCALBASE}/lib +LIBDIR = ${LOCALBASE}/lib ${INSTDIR} ${INSTDIR}/msgs: ${MKDIR} $@ |