Stagify.
Approved by: portmgr@
This commit is contained in:
parent
65777988cd
commit
1ce3ab2a9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358509
3 changed files with 12 additions and 4 deletions
|
@ -9,8 +9,4 @@ MASTER_SITES= http://www.mammothcheese.ca/
|
|||
MAINTAINER= jimmy@mammothcheese.ca
|
||||
COMMENT= Small group plain-text chat server
|
||||
|
||||
MAN8= chattahoochie.8
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
11
net-im/chattahoochie/files/patch-Makefile
Normal file
11
net-im/chattahoochie/files/patch-Makefile
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig 2014-06-20 14:32:04.399506072 +0800
|
||||
+++ Makefile 2014-06-20 14:32:32.774504025 +0800
|
||||
@@ -29,7 +29,7 @@ chattahoochie: chattahoochie.c
|
||||
install: all
|
||||
${INSTALL_PROGRAM} chattahoochie ${DEST}
|
||||
${SED} -e 's|%%PREFIX%%|${PREFIX}|1' chattahoochie.rcfile > chattahoochie.rc
|
||||
- ${INSTALL_SCRIPT} chattahoochie.rc ${PREFIX}/etc/rc.d/chattahoochie
|
||||
+ ${INSTALL_SCRIPT} chattahoochie.rc $(DESTDIR)${PREFIX}/etc/rc.d/chattahoochie
|
||||
${CP} chattahoochie.man chattahoochie.8
|
||||
${GZIP_CMD} -f chattahoochie.8
|
||||
${INSTALL_MAN} chattahoochie.8.gz ${MAN8DIR}
|
|
@ -1,2 +1,3 @@
|
|||
bin/chattahoochie
|
||||
etc/rc.d/chattahoochie
|
||||
man/man8/chattahoochie.8.gz
|
||||
|
|
Loading…
Reference in a new issue