svn commit: r358509 - in head/net-im/chattahoochie: . files

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 20 06:34:20 UTC 2014


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


More information about the svn-ports-head mailing list