mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
- Strip library
This commit is contained in:
parent
55dd1f1421
commit
c9af04e7da
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389219
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
PORTNAME?= multisync
|
PORTNAME?= multisync
|
||||||
PORTVERSION= 0.82
|
PORTVERSION= 0.82
|
||||||
PORTREVISION= 12
|
PORTREVISION= 13
|
||||||
CATEGORIES= deskutils
|
CATEGORIES= deskutils
|
||||||
MASTER_SITES= SF/multisync/OldFiles
|
MASTER_SITES= SF/multisync/OldFiles
|
||||||
DISTNAME= multisync-${PORTVERSION}
|
DISTNAME= multisync-${PORTVERSION}
|
||||||
|
@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LIBS+= -L${LOCALBASE}/lib
|
LIBS+= -L${LOCALBASE}/lib
|
||||||
MAKE_JOBS_UNSAFE= yes
|
MAKE_JOBS_UNSAFE= yes
|
||||||
|
INSTALL_TARGET= install-strip
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${FIND} ${WRKDIR} -type l -delete
|
@${FIND} ${WRKDIR} -type l -delete
|
||||||
|
|
Loading…
Add table
Reference in a new issue