Skip to content

Commit

Permalink
converters/btoa: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 22, 2024
1 parent 5e5f74c commit 0df5533
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion converters/btoa/Makefile
@@ -1,6 +1,6 @@
PORTNAME= btoa
PORTVERSION= 5.2
PORTREVISION= 1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= converters
MASTER_SITES= LOCAL/pgollucci
Expand Down
4 changes: 2 additions & 2 deletions converters/btoa/files/patch-Makefile.sun
Expand Up @@ -31,8 +31,8 @@
+ install -c -s -m 755 btoa $(DESTDIR)/bin/btoa
+ rm -f $(DESTDIR)/bin/atob
+ ln $(DESTDIR)/bin/btoa $(DESTDIR)/bin/atob
+ -@mkdir -p $(DESTDIR)/man/man1
+ install -c -m 644 btoa.1 $(DESTDIR)/man/man1/btoa.1
+ -@mkdir -p $(DESTDIR)/share/man/man1
+ install -c -m 644 btoa.1 $(DESTDIR)/share/man/man1/btoa.1
+ strip $(DESTDIR)/bin/btoa
+
+clean:
Expand Down
2 changes: 1 addition & 1 deletion converters/btoa/pkg-plist
@@ -1,3 +1,3 @@
bin/btoa
bin/atob
man/man1/btoa.1.gz
share/man/man1/btoa.1.gz

0 comments on commit 0df5533

Please sign in to comment.