svn commit: r357452 - in head/textproc/rman: . files

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jun 11 09:53:24 UTC 2014


Author: vanilla
Date: Wed Jun 11 09:53:23 2014
New Revision: 357452
URL: http://svnweb.freebsd.org/changeset/ports/357452
QAT: https://qat.redports.org/buildarchive/r357452/

Log:
  Stagify.

Added:
  head/textproc/rman/files/
  head/textproc/rman/files/patch-Makefile   (contents, props changed)
Modified:
  head/textproc/rman/Makefile

Modified: head/textproc/rman/Makefile
==============================================================================
--- head/textproc/rman/Makefile	Wed Jun 11 09:50:55 2014	(r357451)
+++ head/textproc/rman/Makefile	Wed Jun 11 09:53:23 2014	(r357452)
@@ -12,11 +12,9 @@ COMMENT=	Reverse compile man pages from 
 MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" \
 		BINDIR="${PREFIX}/bin" MANDIR="${MAN1PREFIX}/man/man1"
 
-MAN1=		rman.1
-PLIST_FILES=	bin/rman
+PLIST_FILES=	bin/rman man/man1/rman.1.gz
 
-NO_STAGE=	yes
 post-install:
-	@${STRIP_CMD} ${PREFIX}/bin/rman
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rman
 
 .include <bsd.port.mk>

Added: head/textproc/rman/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/rman/files/patch-Makefile	Wed Jun 11 09:53:23 2014	(r357452)
@@ -0,0 +1,15 @@
+--- Makefile.orig	2014-06-11 17:51:49.106250664 +0800
++++ Makefile	2014-06-11 17:52:29.988257646 +0800
+@@ -113,10 +113,8 @@ prof:
+ 
+ install: rman
+ #	$(INSTALL) -s rman $(BINDIR)
+-	$(RM) -f $(BINDIR)/rman
+-	$(CP) rman $(BINDIR)
+-	$(RM) -f $(MANDIR)/rman.1
+-	$(CP) rman.1 $(MANDIR)
++	$(CP) rman $(DESTDIR)$(BINDIR)
++	$(CP) rman.1 $(DESTDIR)$(MANDIR)
+ 
+ # test version includes assertions
+ #	ginstall rman $(BINDIR)/`arch`


More information about the svn-ports-head mailing list