diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:42:41 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:42:41 +0100 |
commit | a9db04176f90a61b6bf5c5f42845f5923a156e8e (patch) | |
tree | 728ee52e2b629f27729dd6f643202ea88b4eff5f /textproc | |
parent | fb97e7d8c7cb6b89d6bea3d4554ba87f5fd6bc1e (diff) | |
download | freebsd-ports-a9db04176f90a61b6bf5c5f42845f5923a156e8e.zip |
textproc/amberfish: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/amberfish/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/amberfish/Makefile b/textproc/amberfish/Makefile index d3b9fa1b9acd..956b4d8927de 100644 --- a/textproc/amberfish/Makefile +++ b/textproc/amberfish/Makefile @@ -1,6 +1,6 @@ PORTNAME= amberfish PORTVERSION= 1.6.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc databases MASTER_SITES= SF/${PORTNAME}/Amberfish%20source%20-%20stable/${PORTVERSION} \ http://etymon.com/software/amberfish/stable/ @@ -17,6 +17,7 @@ LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share ALL_TARGET= all html @@ -26,7 +27,7 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS DOCS_USES= makeinfo -DOCS_PLIST_FILES= man/man1/af.1.gz +DOCS_PLIST_FILES= share/man/man1/af.1.gz post-extract: ${CP} ${FILESDIR}/porter.cc ${WRKSRC}/src |