Skip to content

Commit

Permalink
archivers/rvm: 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 20, 2024
1 parent 34f2be7 commit 9f4b644
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions archivers/rvm/Makefile
@@ -1,6 +1,6 @@
PORTNAME= rvm
PORTVERSION= 1.11
PORTREVISION= 6
PORTREVISION= 7
CATEGORIES= archivers
MASTER_SITES= SF
PKGNAMESUFFIX= an
Expand All @@ -19,10 +19,11 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

USES= compiler:c++11-lang
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --with-default-config-file=${PREFIX}/etc/rvm.conf \
--enable-assume-stl-memory-exception
MAKE_ARGS= CXXFLAGS="${CXXFLAGS}"

PLIST_FILES= bin/rvm man/man1/rvm.1.gz
PLIST_FILES= bin/rvm share/man/man1/rvm.1.gz

.include <bsd.port.mk>

0 comments on commit 9f4b644

Please sign in to comment.