mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stage support
This commit is contained in:
parent
69cdc92c61
commit
65cf2bc473
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347226
@ -21,9 +21,6 @@ USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= automake autoheader libtool
|
||||
AUTOMAKE_ARGS= --add-missing
|
||||
|
||||
MAN1= cal3d_converter.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's|^\(pkgconfigdir\ =\).*|\1 $$(prefix)/libdata/pkgconfig|' \
|
||||
@ -41,6 +38,6 @@ pre-configure:
|
||||
|
||||
# XXX: handle slight differences between 6.x and 5.x/4.x
|
||||
post-install:
|
||||
@${RM} -f ${PREFIX}/lib/libcal3d.a
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/lib/libcal3d.a
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -47,4 +47,5 @@ lib/libcal3d.so.12
|
||||
lib/libcal3d.la
|
||||
lib/libcal3d.so
|
||||
libdata/pkgconfig/cal3d.pc
|
||||
man/man1/cal3d_converter.1.gz
|
||||
@dirrm include/cal3d
|
||||
|
Loading…
Reference in New Issue
Block a user