Skip to content

Commit

Permalink
mail/isync: Move manpages to share/man
Browse files Browse the repository at this point in the history
  • Loading branch information
ehaupt committed Jan 21, 2024
1 parent 6834205 commit 45b47dc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions mail/isync/Makefile
@@ -1,6 +1,6 @@
PORTNAME= isync
PORTVERSION= 1.4.4
PORTREVISION= 1
DISTVERSION= 1.4.4
PORTREVISION= 2
CATEGORIES= mail
MASTER_SITES= SF

Expand All @@ -27,6 +27,9 @@ MAKE_ARGS+= SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto"
CPPFLAGS+= -I${BDB_INCLUDE_DIR}
LDFLAGS+= -L${BDB_LIB_DIR}

# remove after manprefix migration
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

post-patch:
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
@${REINPLACE_CMD} -e 's|\$$(docdir)/examples|\$$(sysconfdir)|g' \
Expand Down
4 changes: 2 additions & 2 deletions mail/isync/pkg-plist
Expand Up @@ -2,5 +2,5 @@ bin/mbsync
bin/mbsync-get-cert
bin/mdconvert
@sample etc/mbsyncrc.sample
man/man1/mbsync.1.gz
man/man1/mdconvert.1.gz
share/man/man1/mbsync.1.gz
share/man/man1/mdconvert.1.gz

0 comments on commit 45b47dc

Please sign in to comment.