Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 06:34:19 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358509 - in head/net-im/chattahoochie: . files
Message-ID:  <201406200634.s5K6YJbR018308@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Fri Jun 20 06:34:19 2014
New Revision: 358509
URL: http://svnweb.freebsd.org/changeset/ports/358509
QAT: https://qat.redports.org/buildarchive/r358509/

Log:
  Stagify.
  
  Approved by:	portmgr@

Added:
  head/net-im/chattahoochie/files/
  head/net-im/chattahoochie/files/patch-Makefile   (contents, props changed)
Modified:
  head/net-im/chattahoochie/Makefile
  head/net-im/chattahoochie/pkg-plist

Modified: head/net-im/chattahoochie/Makefile
==============================================================================
--- head/net-im/chattahoochie/Makefile	Fri Jun 20 06:26:30 2014	(r358508)
+++ head/net-im/chattahoochie/Makefile	Fri Jun 20 06:34:19 2014	(r358509)
@@ -9,8 +9,4 @@ MASTER_SITES=	http://www.mammothcheese.c
 MAINTAINER=	jimmy@mammothcheese.ca
 COMMENT=	Small group plain-text chat server
 
-MAN8=		chattahoochie.8
-MANCOMPRESSED=	yes
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/net-im/chattahoochie/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net-im/chattahoochie/files/patch-Makefile	Fri Jun 20 06:34:19 2014	(r358509)
@@ -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}

Modified: head/net-im/chattahoochie/pkg-plist
==============================================================================
--- head/net-im/chattahoochie/pkg-plist	Fri Jun 20 06:26:30 2014	(r358508)
+++ head/net-im/chattahoochie/pkg-plist	Fri Jun 20 06:34:19 2014	(r358509)
@@ -1,2 +1,3 @@
 bin/chattahoochie
 etc/rc.d/chattahoochie
+man/man8/chattahoochie.8.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406200634.s5K6YJbR018308>