diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-14 15:53:59 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-14 15:53:59 +0800 |
commit | a6a14bc5effd7838105904ccefedfa1ed9b3de37 (patch) | |
tree | 6b95c5ab4af9a58d9f29d79c3d222a2dfb53f567 | |
parent | 2a112f59ad77559abae277f5423cfc134f73e447 (diff) | |
download | marcuscom-ports-a6a14bc5effd7838105904ccefedfa1ed9b3de37.tar marcuscom-ports-a6a14bc5effd7838105904ccefedfa1ed9b3de37.tar.gz marcuscom-ports-a6a14bc5effd7838105904ccefedfa1ed9b3de37.tar.bz2 marcuscom-ports-a6a14bc5effd7838105904ccefedfa1ed9b3de37.tar.lz marcuscom-ports-a6a14bc5effd7838105904ccefedfa1ed9b3de37.tar.xz marcuscom-ports-a6a14bc5effd7838105904ccefedfa1ed9b3de37.tar.zst marcuscom-ports-a6a14bc5effd7838105904ccefedfa1ed9b3de37.zip |
Drop STRIP_CMD
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19809 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | graphics/libgxps/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/libgxps/Makefile b/graphics/libgxps/Makefile index d2626e15b..0e914d40d 100644 --- a/graphics/libgxps/Makefile +++ b/graphics/libgxps/Makefile @@ -23,8 +23,6 @@ USE_GNOME= cairo gnomeprefix glib20 intlhack GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -larchive - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgxps.so.2.1.1 +INSTALL_TARGET= install-strip .include <bsd.port.mk> |