Skip to content

Commit

Permalink
security/pwman: 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 25, 2024
1 parent 3873cdd commit 444c17c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions security/pwman/Makefile
@@ -1,6 +1,6 @@
PORTNAME= pwman
DISTVERSION= 0.4.5
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= security
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

Expand All @@ -16,10 +16,11 @@ RUN_DEPENDS= gpgv:security/gnupg1
USES= gnome ncurses
USE_GNOME= libxml2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= curses_loc=${NCURSESBASE}

PORTDOCS= AUTHORS ChangeLog README TODO
PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman man/man1/pwman.1.gz
PLIST_FILES= bin/convert_pwdb bin/pwdb2csv bin/pwman share/man/man1/pwman.1.gz

CFLAGS+= -Wno-error=return-type

Expand Down

0 comments on commit 444c17c

Please sign in to comment.