diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 04:17:00 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-08-16 04:17:00 +0800 |
commit | 15e54b67ea61cecb18cf998979a6d5bd9693beed (patch) | |
tree | 03c2e2a85d8aa26ed6efe55e8dffcb8470cac4fc /security/libsecret/Makefile | |
parent | 817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (diff) | |
download | marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.gz marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.bz2 marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.lz marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.xz marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.zst marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.zip |
Remove STRIP_CMD all over the place and replace it with
INSTALL_TARGET= install-strip. No bumps necessary.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19814 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'security/libsecret/Makefile')
-rw-r--r-- | security/libsecret/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/security/libsecret/Makefile b/security/libsecret/Makefile index e40d93cdb..09b9afbe7 100644 --- a/security/libsecret/Makefile +++ b/security/libsecret/Makefile @@ -1,6 +1,6 @@ # Created by: Koop Mast <kwm@FreeBSD.org> # $FreeBSD$ -# $MCom: ports-experimental/trunk/security/libsecret/Makefile 19553 2014-04-20 07:23:27Z gusi $ +# $MCom$ PORTNAME= libsecret PORTVERSION= 0.18 @@ -19,8 +19,6 @@ USE_GNOME= gnomehier glib20 libxslt:build intltool \ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=--enable-introspection - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsecret-1.so.0 +INSTALL_TARGET= install-strip .include <bsd.port.mk> |