diff options
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 80b961df4d1..fb3a6306b3d 100644 --- a/graphics/xpm/Makefile +++ b/graphics/xpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2007/09/25 08:31:54 hira Exp $ +# $NetBSD: Makefile,v 1.58 2007/09/25 10:03:53 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*) |