1
0
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:
Dirk Meyer 2004-04-29 02:58:39 +00:00
parent 050425cedc
commit 58aef718be
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107915
2 changed files with 0 additions and 8 deletions

View File

@ -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>

View File

@ -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)