1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- minor fixes to make portlint happier

This commit is contained in:
Yen-Ming Lee 2007-04-10 04:19:53 +00:00
parent 2d7f35c2ce
commit 6904822bfd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=189628
2 changed files with 6 additions and 22 deletions

View File

@ -16,15 +16,7 @@ COMMENT= Decompress data compressed with PKWARE Data Compression Library
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
USE_GNOME= gnometarget
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
${WRKSRC}/lib/libdynamite.c
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>

View File

@ -16,15 +16,7 @@ COMMENT= Decompress data compressed with PKWARE Data Compression Library
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
INSTALLS_SHLIB= yes
USE_GNOME= gnometarget
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
post-patch:
.if ${OSVERSION} < 500000
@${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' \
${WRKSRC}/lib/libdynamite.c
.endif
.include <bsd.port.post.mk>
.include <bsd.port.mk>