mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Stage support
This commit is contained in:
parent
36de9ba19d
commit
2ff03efb0b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=343884
@ -16,8 +16,8 @@ LIB_DEPENDS= net:${PORTSDIR}/net/libnet
|
||||
GNU_CONFIGURE= yes
|
||||
CPPFLAGS+= `${LIBNET_CONFIG} --defines` `${LIBNET_CONFIG} --cflags`
|
||||
|
||||
MAN8= packit.8
|
||||
PLIST_FILES= sbin/packit
|
||||
PLIST_FILES= sbin/packit \
|
||||
man/man8/packit.8.gz
|
||||
|
||||
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet11-config
|
||||
|
||||
@ -28,7 +28,6 @@ CONFIGURE_ARGS+= --without-capture
|
||||
CONFIGURE_ARGS+= --without-injection
|
||||
.endif
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-lnet|`${LIBNET_CONFIG} --libs`|' \
|
||||
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}
|
||||
|
Loading…
Reference in New Issue
Block a user