1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

No need to try to strip when there is no binaries

This commit is contained in:
Baptiste Daroussin 2014-04-26 00:38:24 +00:00
parent 542179079f
commit 955e19fd3f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=352201

View File

@ -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>