1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
Approved by:	portmgr@ (blanket approval)
This commit is contained in:
Vanilla I. Shu 2014-06-29 15:21:20 +00:00
parent bcdbea6ccc
commit 1cbd41abf0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359773
2 changed files with 6 additions and 8 deletions

View File

@ -9,8 +9,6 @@ MASTER_SITES= http://archives.eyrie.org/software/system/ \
MAINTAINER= paulo@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>

View File

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