ports/91136: [MAINTAINER UPDATE] games/quake-source: fix plist problem
Alejandro Pulver
alejandro at varnet.biz
Sat Dec 31 14:40:05 UTC 2005
>Number: 91136
>Category: ports
>Synopsis: [MAINTAINER UPDATE] games/quake-source: fix plist problem
>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: Sat Dec 31 14:40:03 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator: Alejandro Pulver
>Release: FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD 5.4-RELEASE #0: Sat May 21 12:14:47 ART 2005
root at ale.varnet.bsd:/usr/src/sys/i386/compile/ATHLON-ALE
>Description:
I have recently added a patch, and it is installed with "${CP} -R" so the backup file created by "patch" was also installed (progs.src.orig).
>How-To-Repeat:
>Fix:
--- quake-source.diff begins here ---
diff -urN /usr/ports/games/quake-source/Makefile quake-source/Makefile
--- /usr/ports/games/quake-source/Makefile Fri Dec 9 05:04:41 2005
+++ quake-source/Makefile Sat Dec 31 11:32:17 2005
@@ -43,6 +43,9 @@
${GREP} 'CRLF' | ${SED} -e 's/:.*//' | \
${XARGS} ${REINPLACE_CMD} -i "" -e "s/`${PRINTF} '\r'`$$//"
+post-patch:
+ @${RM} ${WRKSRC}/send/v101qc/progs.src.orig
+
do-install:
@${MKDIR} ${DATADIR}
@${CP} -R ${WRKSRC}/send/v101qc ${DATADIR}
--- quake-source.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list