Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-20 06:34:19 +00:00
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

View file

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

View 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}

View file

@ -1,2 +1,3 @@
bin/chattahoochie
etc/rc.d/chattahoochie
man/man8/chattahoochie.8.gz