mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
1: Stagify.
2: add depends to perl5. Approved by: portmgr@
This commit is contained in:
parent
ac44c6a737
commit
6ddbb15911
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357885
@ -3,15 +3,15 @@
|
||||
|
||||
PORTNAME= gnarr
|
||||
PORTVERSION= 3
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= games
|
||||
MASTER_SITES= http://www.volny.cz/nakamura/gnarr/
|
||||
|
||||
MAINTAINER= daniel.ryslink@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>
|
||||
|
21
games/gnarr/files/patch-Makefile
Normal file
21
games/gnarr/files/patch-Makefile
Normal file
@ -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:
|
||||
|
@ -15,4 +15,5 @@ etc/gnarr/place
|
||||
etc/gnarr/templates
|
||||
etc/gnarr/time
|
||||
etc/gnarr/weapon
|
||||
man/man6/gnarr.6.gz
|
||||
@dirrm etc/gnarr
|
||||
|
Loading…
Reference in New Issue
Block a user