diff options
author | hira <hira@pkgsrc.org> | 2007-09-25 08:31:52 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2007-09-25 08:31:52 +0000 |
commit | ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df (patch) | |
tree | 3619c83aff27948eae66c37f256db1b652d5ccf2 /graphics/xpm | |
parent | 014cf426fee02e80fc65d51a1b94af76f1a6508f (diff) | |
download | pkgsrc-ebf8ba4a7dfa20e1005b9104ad04ef1416c5d5df.tar.gz |
ln -> ${LN}.
Diffstat (limited to 'graphics/xpm')
-rw-r--r-- | graphics/xpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile index cce50b954f4..80b961df4d1 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2007/09/08 21:57:58 jlam Exp $ +# $NetBSD: Makefile,v 1.57 2007/09/25 08:31:54 hira Exp $ DISTNAME= xpm-3.4k PKGREVISION= 7 @@ -23,7 +23,7 @@ USE_IMAKE= yes post-install: cd ${PREFIX}/lib && \ rm -f libXpm.so.4 && \ - ln -s libXpm.so.4.11 libXpm.so.4 + ${LN} -s libXpm.so.4.11 libXpm.so.4 .endif .if !empty(LOWER_OPSYS:Mirix5*) |