ports/173425: [MAINTAINER] games/gottet: Removed all notes, changed comment, do-configure and do-install
nemysis
nemysis at gmx.ch
Tue Nov 6 16:50:01 UTC 2012
>Number: 173425
>Category: ports
>Synopsis: [MAINTAINER] games/gottet: Removed all notes, changed comment, do-configure and do-install
>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 Nov 06 16:50:00 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:
Changed Makefile:
+COMMENT= Tetris clone
Changed and refined:
do-configure:
do-install:
Removed all notes
Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)
>How-To-Repeat:
portlint -A
looks fine.
port test: clean
>Fix:
--- gottet-1.0.4.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/games/gottet/Makefile ./Makefile
--- /usr/ports/games/gottet/Makefile 2012-09-20 02:00:30.000000000 +0200
+++ ./Makefile 2012-10-07 03:37:13.000000000 +0200
@@ -12,7 +12,7 @@
EXTRACT_SUFX= -src.tar.bz2
MAINTAINER= nemysis at gmx.ch
-COMMENT= A Tetris clone
+COMMENT= Tetris clone
LICENSE= GPLv3
@@ -32,21 +32,18 @@
do-configure:
@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \
- ${QMAKE} ${QMAKEFLAGS}
+ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX}
do-install:
-# Executable
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-# Pixmaps and Desktop
${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/
${MKDIR} ${PREFIX}/share/applications
${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.desktop ${PREFIX}/share/applications/
-# Documentation
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>
--- gottet-1.0.4.patch ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list