mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Strip binaries
Remove now useless use of @cwd
This commit is contained in:
parent
bbb5b0112e
commit
be3b7db171
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=367006
2 changed files with 4 additions and 4 deletions
|
@ -27,6 +27,7 @@ GNU_CONFIGURE= yes
|
||||||
USE_SQLITE= 3
|
USE_SQLITE= 3
|
||||||
CONFIGURE_ENV= HAVE_UNIX98=1
|
CONFIGURE_ENV= HAVE_UNIX98=1
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
|
@ -50,7 +50,6 @@ man/man1/linuxsampler.1.gz
|
||||||
@dirrm include/linuxsampler/drivers
|
@dirrm include/linuxsampler/drivers
|
||||||
@dirrm include/linuxsampler/common
|
@dirrm include/linuxsampler/common
|
||||||
@dirrm include/linuxsampler
|
@dirrm include/linuxsampler
|
||||||
@cwd /var
|
/var/lib/linuxsampler/instruments.db
|
||||||
lib/linuxsampler/instruments.db
|
@dirrm /var/lib/linuxsampler
|
||||||
@dirrm lib/linuxsampler
|
@dirrmtry /var/lib
|
||||||
@dirrmtry lib
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue