1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

- Stage support

This commit is contained in:
Martin Wilke 2014-01-31 06:48:18 +00:00
parent c05d473191
commit a976fdb7da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341915
4 changed files with 15 additions and 17 deletions

View File

@ -16,11 +16,9 @@ RUN_DEPENDS+= p5-Net-XMPP>0.0:${PORTSDIR}/net-im/p5-Net-XMPP \
USES= perl5
USE_PERL5= configure
MAN1= sendxmpp.1
PLIST_FILES= bin/sendxmpp \
%%SITE_PERL%%/mach/auto/sendxmpp/.packlist
%%SITE_PERL%%/mach/auto/sendxmpp/.packlist \
man/man1/sendxmpp.1.gz
PLIST_DIRS= %%SITE_PERL%%/mach/auto/sendxmpp
NO_STAGE= yes
.include <bsd.port.mk>

View File

@ -20,12 +20,4 @@ LDFLAGS+= -L${LOCALBASE}/lib
GNU_CONFIGURE= yes
USES= pkgconfig
MAN1= ${PORTNAME}.1
NO_STAGE= yes
post-install:
@${ECHO}
@${CAT} ${PKGMESSAGE}
@${ECHO}
.include <bsd.port.mk>

View File

@ -1,6 +1,7 @@
bin/clamz
share/applications/clamz.desktop
share/mime/packages/clamz.xml
man/man1/clamz.1.gz
@dirrmtry share/mime/packages
@dirrmtry share/mime
@dirrmtry share

View File

@ -17,14 +17,21 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-libnet-includes="${LOCALBASE}/include" \
--with-libnet-libraries="${LOCALBASE}/lib"
MAN1= nemesis-arp.1 nemesis-dns.1 nemesis-ethernet.1 nemesis-icmp.1 \
nemesis-igmp.1 nemesis-ip.1 nemesis-ospf.1 nemesis-rip.1 \
nemesis-tcp.1 nemesis-udp.1 nemesis.1
PLIST_FILES= bin/nemesis
PLIST_FILES= bin/nemesis \
man/man1/nemesis-arp.1.gz \
man/man1/nemesis-dns.1.gz \
man/man1/nemesis-ethernet.1.gz \
man/man1/nemesis-icmp.1.gz \
man/man1/nemesis-igmp.1.gz \
man/man1/nemesis-ip.1.gz \
man/man1/nemesis-ospf.1.gz \
man/man1/nemesis-rip.1.gz \
man/man1/nemesis-tcp.1.gz \
man/man1/nemesis-udp.1.gz \
man/man1/nemesis.1.gz
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|libnet-config|${LIBNET_CONFIG}|' \
${CONFIGURE_WRKSRC}/${CONFIGURE_SCRIPT}