svn commit: r358439 - in head/misc/seq2: . files

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


Author: vanilla
Date: Thu Jun 19 16:18:14 2014
New Revision: 358439
URL: http://svnweb.freebsd.org/changeset/ports/358439
QAT: https://qat.redports.org/buildarchive/r358439/

Log:
  Stagify.
  
  Approved by:	portmgr@

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

Modified: head/misc/seq2/Makefile
==============================================================================
--- head/misc/seq2/Makefile	Thu Jun 19 16:15:20 2014	(r358438)
+++ head/misc/seq2/Makefile	Thu Jun 19 16:18:14 2014	(r358439)
@@ -15,10 +15,8 @@ LICENSE=	GPLv2
 GNU_CONFIGURE=	yes
 CONFIGURE_SCRIPT=	configure.1
 
-MAN1=		seq2.1
-PLIST_FILES=	bin/seq2
+PLIST_FILES=	bin/seq2 man/man1/seq2.1.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e 's|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' \
 		${WRKSRC}/Makefile.in

Added: head/misc/seq2/files/patch-Makefile.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/misc/seq2/files/patch-Makefile.in	Thu Jun 19 16:18:14 2014	(r358439)
@@ -0,0 +1,13 @@
+--- Makefile.in.orig	2014-06-20 00:16:24.923034549 +0800
++++ Makefile.in	2014-06-20 00:16:43.200031888 +0800
+@@ -77,8 +77,8 @@ all:
+ 	@echo "Do as root 'make install'"
+ 	
+ install:
+-	$(INSTALL) -m 755 $(FULL_BIN) $(bindir)
+-	$(INSTALL) -m 644 $(FULL_MAN) $(mandir)/man1/
++	$(INSTALL) -m 755 $(FULL_BIN) $(DESTDIR)$(bindir)
++	$(INSTALL) -m 644 $(FULL_MAN) $(DESTDIR)$(mandir)/man1/
+ 
+ install-strip: install
+ 	@if test $(OBJCOPY) = "yes" ; then $(OBJ_COPY_STRIP) $(bindir)/$(BIN); fi 


More information about the svn-ports-head mailing list