diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-09-24 19:30:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-09-24 19:30:46 +0000 |
commit | 98a14b687de6fa7bcf177a2f3e3fea7e149eb3b3 (patch) | |
tree | a34e25ec23d5b90c34b619512e4f63b5915407e3 /multimedia/pwcbsd/Makefile | |
parent | 844b328c396efa76a0df73f2fa108b609fc83678 (diff) | |
download | ports-98a14b687de6fa7bcf177a2f3e3fea7e149eb3b3.tar.gz ports-98a14b687de6fa7bcf177a2f3e3fea7e149eb3b3.zip |
- Update to pwcbsd-1.3.1
- Fixes build with new SDL port
- Minor bugfixes
PR: ports/103562
Submitted by: Raaf <freebsd@luna.afraid.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=173734
Diffstat (limited to 'multimedia/pwcbsd/Makefile')
-rw-r--r-- | multimedia/pwcbsd/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/multimedia/pwcbsd/Makefile b/multimedia/pwcbsd/Makefile index a875ba8c033b..f2b40e40f5cd 100644 --- a/multimedia/pwcbsd/Makefile +++ b/multimedia/pwcbsd/Makefile @@ -6,8 +6,7 @@ # PORTNAME= pwcbsd -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= multimedia sysutils MASTER_SITES= http://raaf.atspace.org/ @@ -48,8 +47,12 @@ PLIST_SUB+= PROGRAMS="" PLIST_SUB+= PROGRAMS="@comment " .endif +post-patch: +.if !defined(WITHOUT_PROGRAMS) + @${REINPLACE_CMD} -e 's|sdl-config|${SDL_CONFIG}|g' ${WRKSRC}/Makefile +.endif + post-install: - ${MKDIR} ${PREFIX}/include/linux ${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${PREFIX}/man/man4 .if !defined(WITHOUT_PROGRAMS) ${INSTALL_PROGRAM} ${PROGRAMS:S|^|${WRKSRC}/|} ${PREFIX}/bin |