Skip to content

Commit

Permalink
converters/uudeview: 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 7149d64 commit c580003
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions converters/uudeview/Makefile
@@ -1,5 +1,6 @@
PORTNAME= uudeview
PORTVERSION= 0.5.20
PORTREVISION= 1
CATEGORIES= converters
MASTER_SITES= http://www.fpx.de/fp/Software/UUDeview/download/

Expand All @@ -15,13 +16,14 @@ USES= cpe
LIB_DEPENDS= libuu.so:converters/uulib

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-tcl

LDFLAGS+= -L${LOCALBASE}/lib

PORTDOCS= HISTORY porting.notes
PLIST_FILES= bin/uudeview bin/uuenview man/man1/uudeview.1.gz \
man/man1/uuenview.1.gz
PLIST_FILES= bin/uudeview bin/uuenview share/man/man1/uudeview.1.gz \
share/man/man1/uuenview.1.gz

OPTIONS_DEFINE= DOCS

Expand Down

0 comments on commit c580003

Please sign in to comment.