svn commit: r359773 - in head/sysutils/tai64nfrac: . files
Vanilla I. Shu
vanilla at FreeBSD.org
Sun Jun 29 15:21:21 UTC 2014
Author: vanilla
Date: Sun Jun 29 15:21:20 2014
New Revision: 359773
URL: http://svnweb.freebsd.org/changeset/ports/359773
QAT: https://qat.redports.org/buildarchive/r359773/
Log:
Stagify.
Approved by: portmgr@ (blanket approval)
Modified:
head/sysutils/tai64nfrac/Makefile
head/sysutils/tai64nfrac/files/patch-makefile
Modified: head/sysutils/tai64nfrac/Makefile
==============================================================================
--- head/sysutils/tai64nfrac/Makefile Sun Jun 29 15:12:08 2014 (r359772)
+++ head/sysutils/tai64nfrac/Makefile Sun Jun 29 15:21:20 2014 (r359773)
@@ -9,8 +9,6 @@ MASTER_SITES= http://archives.eyrie.org/
MAINTAINER= paulo at nlink.com.br
COMMENT= Convert tai64n format invented by Dan Bernstein
-MAN1= tai64nfrac.1
-PLIST_FILES= bin/tai64nfrac
+PLIST_FILES= bin/tai64nfrac man/man1/tai64nfrac.1.gz
-NO_STAGE= yes
.include <bsd.port.mk>
Modified: head/sysutils/tai64nfrac/files/patch-makefile
==============================================================================
--- head/sysutils/tai64nfrac/files/patch-makefile Sun Jun 29 15:12:08 2014 (r359772)
+++ head/sysutils/tai64nfrac/files/patch-makefile Sun Jun 29 15:21:20 2014 (r359773)
@@ -1,5 +1,5 @@
---- Makefile 2003-03-10 03:33:41.000000000 +0100
-+++ Makefile.new 2012-09-02 14:58:41.920363626 +0200
+--- Makefile.orig 2003-03-10 10:33:41.000000000 +0800
++++ Makefile 2014-06-29 23:19:14.368465195 +0800
@@ -4,10 +4,9 @@
prefix = /usr/local
exec_prefix = /usr/local
@@ -13,7 +13,7 @@
CFLAGS = -g -O
LDFLAGS =
LIBS =
-@@ -25,10 +24,8 @@
+@@ -25,10 +24,8 @@ tai64nfrac.1: tai64nfrac.pod
--section=1 $< > $@
install: tai64nfrac tai64nfrac.1
@@ -21,8 +21,8 @@
- cp tai64nfrac $(bindir)
- mkdir -p $(man1dir)
- cp tai64nfrac.1 $(man1dir)
-+ install -c -g 0 -o 0 -m 0555 tai64nfrac $(bindir)
-+ install -c -g 0 -o 0 -m 0444 tai64nfrac.1 $(mandir)
++ install -c -g 0 -o 0 -m 0555 tai64nfrac $(DESTDIR)$(bindir)
++ install -c -g 0 -o 0 -m 0444 tai64nfrac.1 $(DESTDIR)$(mandir)
clean:
rm -f *.o tai64nfrac
More information about the svn-ports-all
mailing list