ports/100887: [MAINTAINER] games/toycars: do install README
Dmitry Marakasov
amdmi3 at mail.ru
Wed Jul 26 17:40:19 UTC 2006
>Number: 100887
>Category: ports
>Synopsis: [MAINTAINER] games/toycars: do install README
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Wed Jul 26 17:40:15 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Marakasov
>Release: FreeBSD 6.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD hades.panopticon 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Thu May 11 15:07:32 MSD 2006 amdmi3 at hades.panopticon:/usr/obj/usr/src/sys/HADES i386
>Description:
I've got a mail from someone who couldn't figure out game controls, so make port install README for convenience.
>How-To-Repeat:
>Fix:
--- toycars.patch begins here ---
diff -ruN toycars.orig/Makefile toycars/Makefile
--- toycars.orig/Makefile Wed Jul 26 21:25:13 2006
+++ toycars/Makefile Wed Jul 26 21:26:28 2006
@@ -7,6 +7,7 @@
PORTNAME= toycars
PORTVERSION= 0.2.5
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= toycars
@@ -19,5 +20,15 @@
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include"
+
+PORTDOCS= README
+
+.if !defined(NOPORTDOCS)
+post-install:
+ ${MKDIR} ${DOCSDIR}
+.for f in ${PORTDOCS}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+.endfor
+.endif
.include <bsd.port.mk>
--- toycars.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list