Skip to content

Commit

Permalink
security/asignify: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 597a156 commit b983906
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 3 additions & 1 deletion security/asignify/Makefile
@@ -1,5 +1,6 @@
PORTNAME= asignify
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://highsecure.ru/distfiles/

Expand All @@ -9,10 +10,11 @@ WWW= https://github.com/vstakhov/asignify/

LICENSE= BSD2CLAUSE

USES= tar:xz libtool
USES= autoreconf tar:xz libtool
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

INSTALL_TARGET= install-strip

Expand Down
8 changes: 8 additions & 0 deletions security/asignify/files/patch-docs_Makefile.am
@@ -0,0 +1,8 @@
--- docs/Makefile.am.orig 2015-01-13 13:49:04 UTC
+++ docs/Makefile.am
@@ -1,4 +1,2 @@ EXTRA_DIST= asignify.pod
dist_man_MANS= asignify.1
EXTRA_DIST= asignify.pod
-
-mandir= $(prefix)/man
\ No newline at end of file
2 changes: 1 addition & 1 deletion security/asignify/pkg-plist
Expand Up @@ -4,4 +4,4 @@ lib/libasignify.a
lib/libasignify.so
lib/libasignify.so.1
lib/libasignify.so.1.0.0
man/man1/asignify.1.gz
share/man/man1/asignify.1.gz

0 comments on commit b983906

Please sign in to comment.