[Midnightbsd-cvs] mports: Makefile: clean up post-install target.

ctriv at midnightbsd.org ctriv at midnightbsd.org
Wed Mar 11 21:37:35 EDT 2009


Log Message:
-----------
clean up post-install target.

Modified Files:
--------------
    mports/x11/pixman:
        Makefile (r1.2 -> r1.3)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/pixman/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11/pixman/Makefile -L x11/pixman/Makefile -u -r1.2 -r1.3
--- x11/pixman/Makefile
+++ x11/pixman/Makefile
@@ -23,6 +23,6 @@
  		-e 's|-msse||' ${WRKSRC}/configure
 
 post-install:
-	(cd ${FAKE_DESTDIR}${LOCALBASE}/lib; ln -s libpixman-1.so.0 libpixman-1.so.9 )
+	(cd ${PREFIX}/lib; ln -s libpixman-1.so.0 libpixman-1.so.9 )
 
 .include <bsd.port.mk>


More information about the Midnightbsd-cvs mailing list