ports/171551: [MAINTAINER] games/3dpong: fixed typo ${MAN1PREFIX}
nemysis
nemysis at gmx.ch
Tue Sep 11 17:40:03 UTC 2012
>Number: 171551
>Category: ports
>Synopsis: [MAINTAINER] games/3dpong: fixed typo ${MAN1PREFIX}
>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: Tue Sep 11 17:40:02 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator: nemysis
>Release: FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
System: FreeBSD FreeBSD_Ports 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC
>Description:
fixed typo ${MAN1PREFIX}
Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
>Fix:
--- 3dpong-0.5_3.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/3dpong/Makefile ./Makefile
--- /usr/ports/games/3dpong/Makefile 2012-09-10 04:34:46.000000000 +0200
+++ ./Makefile 2012-09-11 19:34:12.000000000 +0200
@@ -49,7 +49,7 @@
# Data
${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/sounds/*.au ${DATADIR}
- ${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN1PREFIX}/man/man6
+ ${INSTALL_MAN} ${WRKSRC}/src/${MAN6} ${MAN6PREFIX}/man/man6
# Pixmaps
${INSTALL_DATA} ${DISTDIR}/${PORTNAME}.gif ${PREFIX}/share/pixmaps/
--- 3dpong-0.5_3.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list