svn commit: r358438 - in head/misc/rtfm: . files

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 19 16:15:21 UTC 2014


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


More information about the svn-ports-head mailing list