mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
converters/btoa: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
5e5f74c197
commit
0df5533b93
3 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= btoa
|
PORTNAME= btoa
|
||||||
PORTVERSION= 5.2
|
PORTVERSION= 5.2
|
||||||
PORTREVISION= 1
|
PORTREVISION= 2
|
||||||
PORTEPOCH= 1
|
PORTEPOCH= 1
|
||||||
CATEGORIES= converters
|
CATEGORIES= converters
|
||||||
MASTER_SITES= LOCAL/pgollucci
|
MASTER_SITES= LOCAL/pgollucci
|
||||||
|
|
|
@ -31,8 +31,8 @@
|
||||||
+ install -c -s -m 755 btoa $(DESTDIR)/bin/btoa
|
+ install -c -s -m 755 btoa $(DESTDIR)/bin/btoa
|
||||||
+ rm -f $(DESTDIR)/bin/atob
|
+ rm -f $(DESTDIR)/bin/atob
|
||||||
+ ln $(DESTDIR)/bin/btoa $(DESTDIR)/bin/atob
|
+ ln $(DESTDIR)/bin/btoa $(DESTDIR)/bin/atob
|
||||||
+ -@mkdir -p $(DESTDIR)/man/man1
|
+ -@mkdir -p $(DESTDIR)/share/man/man1
|
||||||
+ install -c -m 644 btoa.1 $(DESTDIR)/man/man1/btoa.1
|
+ install -c -m 644 btoa.1 $(DESTDIR)/share/man/man1/btoa.1
|
||||||
+ strip $(DESTDIR)/bin/btoa
|
+ strip $(DESTDIR)/bin/btoa
|
||||||
+
|
+
|
||||||
+clean:
|
+clean:
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
bin/btoa
|
bin/btoa
|
||||||
bin/atob
|
bin/atob
|
||||||
man/man1/btoa.1.gz
|
share/man/man1/btoa.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue