diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-30 20:24:23 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-10-30 20:24:23 +0000 |
commit | 4eb5247c172e9dff305ce9bb4e11443551203f6b (patch) | |
tree | bb662f09d94324670402958d7697270301847696 /graphics/libimg | |
parent | a2a039cf0afc0e4c74f480588873c8e2d856e7bb (diff) | |
download | ports-4eb5247c172e9dff305ce9bb4e11443551203f6b.tar.gz ports-4eb5247c172e9dff305ce9bb4e11443551203f6b.zip |
Notes
Diffstat (limited to 'graphics/libimg')
-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 d75c315fda41..e0aa3464379e 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} $@ |