Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Sep 2012 19:38:42 +0200
From:      nemysis <nemysis@gmx.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jgh@FreeBSD.org
Subject:   ports/171551: [MAINTAINER] games/3dpong: fixed typo ${MAN1PREFIX}
Message-ID:  <20120911173846.E848A106564A@hub.freebsd.org>
Resent-Message-ID: <201209111740.q8BHe2A3053503@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20120911173846.E848A106564A>