svn commit: r357885 - in head/games/gnarr: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 15 14:04:13 UTC 2014
Author: vanilla
Date: Sun Jun 15 14:04:12 2014
New Revision: 357885
URL: http://svnweb.freebsd.org/changeset/ports/357885
QAT: https://qat.redports.org/buildarchive/r357885/
Log:
1: Stagify.
2: add depends to perl5.
Approved by: portmgr@
Added:
head/games/gnarr/files/
head/games/gnarr/files/patch-Makefile (contents, props changed)
Modified:
head/games/gnarr/Makefile
head/games/gnarr/pkg-plist
Modified: head/games/gnarr/Makefile
==============================================================================
--- head/games/gnarr/Makefile Sun Jun 15 14:03:26 2014 (r357884)
+++ head/games/gnarr/Makefile Sun Jun 15 14:04:12 2014 (r357885)
@@ -3,15 +3,15 @@
PORTNAME= gnarr
PORTVERSION= 3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://www.volny.cz/nakamura/gnarr/
MAINTAINER= daniel.ryslink at dialtelecom.cz
COMMENT= Program for generating battle cries
-MAN6= gnarr.6
-
NO_BUILD= yes
+USES= perl5 shebangfix
+SHEBANG_FILES= gnarr
-NO_STAGE= yes
.include <bsd.port.mk>
Added: head/games/gnarr/files/patch-Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/games/gnarr/files/patch-Makefile Sun Jun 15 14:04:12 2014 (r357885)
@@ -0,0 +1,21 @@
+--- Makefile.orig 2014-06-15 18:04:50.966372146 +0800
++++ Makefile 2014-06-15 18:05:31.349376790 +0800
+@@ -20,12 +20,12 @@ RM ?= rm -f
+ all:
+
+ install:
+- ${MKDIR} ${BINDIR}
+- ${INSTALL_PROGRAM} gnarr ${BINDIR}
+- ${MKDIR} ${ETCDIR}
+- ${INSTALL_DATA} etc/gnarr/* ${ETCDIR}
+- ${MKDIR} ${MAN6DIR}
+- ${INSTALL_DATA} gnarr.6 ${MAN6DIR}
++ ${MKDIR} $(DESTDIR)${BINDIR}
++ ${INSTALL_PROGRAM} gnarr $(DESTDIR)${BINDIR}
++ ${MKDIR} $(DESTDIR)${ETCDIR}
++ ${INSTALL_DATA} etc/gnarr/* $(DESTDIR)${ETCDIR}
++ ${MKDIR} $(DESTDIR)${MAN6DIR}
++ ${INSTALL_DATA} gnarr.6 $(DESTDIR)${MAN6DIR}
+
+ clean:
+
Modified: head/games/gnarr/pkg-plist
==============================================================================
--- head/games/gnarr/pkg-plist Sun Jun 15 14:03:26 2014 (r357884)
+++ head/games/gnarr/pkg-plist Sun Jun 15 14:04:12 2014 (r357885)
@@ -15,4 +15,5 @@ etc/gnarr/place
etc/gnarr/templates
etc/gnarr/time
etc/gnarr/weapon
+man/man6/gnarr.6.gz
@dirrm etc/gnarr
More information about the svn-ports-head
mailing list