remove post-patch kludges now done in bsd.port.mk; reminded by naddy

This commit is contained in:
pvalchev 2004-04-18 17:21:13 +00:00
parent 8a439a7207
commit 36effa8ca1
3 changed files with 3 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.30 2003/12/28 22:26:18 espie Exp $
# $OpenBSD: Makefile,v 1.31 2004/04/18 17:21:13 pvalchev Exp $
# Uses pthreads
COMMENT= "cross-platform multimedia library"
@ -83,8 +83,4 @@ NO_REGRESS= Yes
MAKE_FLAGS= libSDL_la_LDFLAGS="-version-info 2:0:0"
post-patch:
@touch ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure
@find ${WRKSRC} -name Makefile.in -exec touch {} \;
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2004/02/25 02:35:16 naddy Exp $
# $OpenBSD: Makefile,v 1.17 2004/04/18 17:21:13 pvalchev Exp $
COMMENT= "simple gtk+ pool simulation game"
@ -23,7 +23,4 @@ NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= LIBS="-lossaudio"
post-extract:
@touch ${WRKSRC}/configure* ${WRKSRC}/*.in ${WRKSRC}/*.m4
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2002/12/29 15:10:08 fgsch Exp $
# $OpenBSD: Makefile,v 1.5 2004/04/18 17:21:13 pvalchev Exp $
COMMENT= "zombies clone"
@ -24,10 +24,6 @@ USE_X11= Yes
CONFIGURE_STYLE= gnu
post-patch:
@cd ${WRKSRC} && touch aclocal.m4 configure Makefile.in \
src/Makefile.in data/Makefile.in stamp-h.in
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/sdlzombies
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/sdlzombies/