diff options
author | bapt <bapt@FreeBSD.org> | 2014-04-26 08:38:24 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-04-26 08:38:24 +0800 |
commit | 0602c9e44dbab6bc5e9f0102231944a669cb40c4 (patch) | |
tree | 59cbd44ad9c8f7fdad4610bfd1a1db8baa3c442d /x11-themes/gnome-themes | |
parent | f0823085d2f0474e69551ee28aa3ac7e9424fd7a (diff) | |
download | freebsd-ports-gnome-0602c9e44dbab6bc5e9f0102231944a669cb40c4.tar.gz freebsd-ports-gnome-0602c9e44dbab6bc5e9f0102231944a669cb40c4.tar.zst freebsd-ports-gnome-0602c9e44dbab6bc5e9f0102231944a669cb40c4.zip |
No need to try to strip when there is no binaries
Diffstat (limited to 'x11-themes/gnome-themes')
-rw-r--r-- | x11-themes/gnome-themes/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-themes/gnome-themes/Makefile b/x11-themes/gnome-themes/Makefile index 892bfc198f33..a46fee944be3 100644 --- a/x11-themes/gnome-themes/Makefile +++ b/x11-themes/gnome-themes/Makefile @@ -24,6 +24,5 @@ USE_GNOME= gnomeprefix intlhack metacity gtk20 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip .include <bsd.port.mk> |