Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2014 16:15:20 +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: r358438 - in head/misc/rtfm: . files
Message-ID:  <201406191615.s5JGFKHu015297@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Thu Jun 19 16:15:20 2014
New Revision: 358438
URL: http://svnweb.freebsd.org/changeset/ports/358438
QAT: https://qat.redports.org/buildarchive/r358438/

Log:
  Stagify.
  
  Approved by:	portmgr@

Added:
  head/misc/rtfm/files/
  head/misc/rtfm/files/patch-Makefile   (contents, props changed)
Modified:
  head/misc/rtfm/Makefile

Modified: head/misc/rtfm/Makefile
==============================================================================
--- head/misc/rtfm/Makefile	Thu Jun 19 16:07:57 2014	(r358437)
+++ head/misc/rtfm/Makefile	Thu Jun 19 16:15:20 2014	(r358438)
@@ -10,8 +10,6 @@ MASTER_SITE_SUBDIR=	chris
 MAINTAINER=	chris@FreeBSD.org
 COMMENT=	A FreeBSD documentation search mechanism
 
-MAN1=		rtfm.1
-PLIST_FILES=	bin/rtfm
+PLIST_FILES=	bin/rtfm man/man1/rtfm.1.gz
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/misc/rtfm/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/rtfm/files/patch-Makefile	Thu Jun 19 16:15:20 2014	(r358438)
@@ -0,0 +1,13 @@
+--- Makefile.orig	2014-06-20 00:12:17.290047513 +0800
++++ Makefile	2014-06-20 00:12:43.436059870 +0800
+@@ -4,8 +4,8 @@ rtfm: rtfm.c
+ 	${CC} -o rtfm rtfm.c ${CFLAGS} ${LDFLAGS}
+ 
+ install: rtfm
+-	install -c -s -o root -g wheel -m 0755 rtfm /usr/local/bin
+-	install -c -o root -g wheel -m 0644 rtfm.1 ${PREFIX}/man/man1
++	install -c -s -o root -g wheel -m 0755 rtfm $(DESTDIR)${PREFIX}/bin
++	install -c -o root -g wheel -m 0644 rtfm.1 $(DESTDIR)${PREFIX}/man/man1
+ 
+ clean:
+ 	rm -f rtfm



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