diff --git a/net-im/chattahoochie/Makefile b/net-im/chattahoochie/Makefile index 7d100e45dbf6..704673b2f5af 100644 --- a/net-im/chattahoochie/Makefile +++ b/net-im/chattahoochie/Makefile @@ -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 diff --git a/net-im/chattahoochie/files/patch-Makefile b/net-im/chattahoochie/files/patch-Makefile new file mode 100644 index 000000000000..670843ceae19 --- /dev/null +++ b/net-im/chattahoochie/files/patch-Makefile @@ -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} diff --git a/net-im/chattahoochie/pkg-plist b/net-im/chattahoochie/pkg-plist index 8cd8741013db..5c1de403956f 100644 --- a/net-im/chattahoochie/pkg-plist +++ b/net-im/chattahoochie/pkg-plist @@ -1,2 +1,3 @@ bin/chattahoochie etc/rc.d/chattahoochie +man/man8/chattahoochie.8.gz