svn commit: r359391 - in head/sysutils/endian: . files

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 26 16:35:22 UTC 2014


Author: vanilla
Date: Thu Jun 26 16:35:21 2014
New Revision: 359391
URL: http://svnweb.freebsd.org/changeset/ports/359391
QAT: https://qat.redports.org/buildarchive/r359391/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Added:
  head/sysutils/endian/files/
  head/sysutils/endian/files/patch-Makefile   (contents, props changed)
Modified:
  head/sysutils/endian/Makefile

Modified: head/sysutils/endian/Makefile
==============================================================================
--- head/sysutils/endian/Makefile	Thu Jun 26 16:30:39 2014	(r359390)
+++ head/sysutils/endian/Makefile	Thu Jun 26 16:35:21 2014	(r359391)
@@ -10,9 +10,6 @@ MASTER_SITES=	http://www.neuro.mcw.edu/~
 MAINTAINER=	jwbacon at tds.net
 COMMENT=	Report endianness of a system
 
-MAN1=		endian.1
+PLIST_FILES=	bin/endian man/man1/endian.1.gz
 
-PLIST_FILES=	bin/endian
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Added: head/sysutils/endian/files/patch-Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/endian/files/patch-Makefile	Thu Jun 26 16:35:21 2014	(r359391)
@@ -0,0 +1,12 @@
+--- Makefile.orig	2014-06-27 00:32:37.683134695 +0800
++++ Makefile	2014-06-27 00:32:59.813165945 +0800
+@@ -18,6 +18,6 @@ clean:
+ 	rm -f *.o endian *.nr *.gmon
+ 
+ install: endian
+-	install -c -m 0755 endian ${PREFIX}/bin
+-	mkdir -p ${PREFIX}/man/man1
+-	install -c -m 0644 endian.1 ${PREFIX}/man/man1
++	install -c -m 0755 endian $(DESTDIR)${PREFIX}/bin
++	mkdir -p $(DESTDIR)${PREFIX}/man/man1
++	install -c -m 0644 endian.1 $(DESTDIR)${PREFIX}/man/man1


More information about the svn-ports-head mailing list