mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- ignore creation of files in /root/GNUstep
Suggested by: kris
This commit is contained in:
parent
050425cedc
commit
58aef718be
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107915
@ -40,8 +40,5 @@ post-install:
|
||||
@(cd ${WRKSRC}/gui/${i}; . ${SYSMAKEDIR}/GNUstep.sh; \
|
||||
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
|
||||
.endfor
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
|
||||
${RM} -rf /root/GNUstep
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -63,11 +63,6 @@ pre-configure:
|
||||
${REINPLACE_CMD} -e "s|doc=no|doc=yes|" ${WRKSRC}/GNUmakefile
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
|
||||
${RM} -rf /root/GNUstep
|
||||
.endif
|
||||
|
||||
test:
|
||||
@(cd ${WRKSRC}/Tools/gsnd/portaudio/pa_unix_oss && \
|
||||
${GMAKE} && ./patest)
|
||||
|
Loading…
Reference in New Issue
Block a user