diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 06:15:53 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-23 06:51:44 +0000 |
commit | 28ef601908a265d31ea647233c4605120c8def95 (patch) | |
tree | 4fe5c70bf92da5e08c59add24bc221b915d4e1e1 | |
parent | 2a2c2f32979d8ae556ccde923fc1eecd10830828 (diff) | |
download | ports-28ef601908a265d31ea647233c4605120c8def95.tar.gz ports-28ef601908a265d31ea647233c4605120c8def95.zip |
deskutils/ljclive: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | deskutils/ljclive/Makefile | 3 | ||||
-rw-r--r-- | deskutils/ljclive/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/ljclive/Makefile b/deskutils/ljclive/Makefile index eaf1414bd0a7..c0c3aa720f92 100644 --- a/deskutils/ljclive/Makefile +++ b/deskutils/ljclive/Makefile @@ -1,6 +1,6 @@ PORTNAME= ljclive PORTVERSION= 0.4.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= deskutils MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} DISTNAME= clive-${PORTVERSION} @@ -11,6 +11,7 @@ WWW= https://sourceforge.net/projects/ljclive/ USES= iconv GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= ac_cv_search_iconv=${ICONV_LIB} CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib diff --git a/deskutils/ljclive/pkg-plist b/deskutils/ljclive/pkg-plist index 9b361a65e2b4..dec7c34e9704 100644 --- a/deskutils/ljclive/pkg-plist +++ b/deskutils/ljclive/pkg-plist @@ -1,3 +1,3 @@ bin/clive -man/man1/clive.1.gz +share/man/man1/clive.1.gz share/clive/cliverc-example.conf |