aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 11:34:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 11:34:25 +0000
commit8423405f477a7afcc5acf6b3eebde40315030270 (patch)
tree2322ad57b0f5ddbd478728d8cb23ccc4f9c432b3 /print
parenta8c29c76946ea38cf783b80220fcf625243f0208 (diff)
downloadports-8423405f477a7afcc5acf6b3eebde40315030270.tar.gz
ports-8423405f477a7afcc5acf6b3eebde40315030270.zip
print/flpsed: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'print')
-rw-r--r--print/flpsed/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/flpsed/Makefile b/print/flpsed/Makefile
index 4ef8cc4b54d2..8ec70e7e1aa2 100644
--- a/print/flpsed/Makefile
+++ b/print/flpsed/Makefile
@@ -1,6 +1,6 @@
PORTNAME= flpsed
DISTVERSION= 0.7.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= http://flpsed.org/
@@ -19,7 +19,7 @@ GNU_CONFIGURE= yes
USE_XORG= x11 xcursor xext xfixes xft xinerama xrender
PLIST_FILES= bin/flpsed \
- man/man1/flpsed.1.gz \
+ share/man/man1/flpsed.1.gz \
share/applications/flpsed.desktop \
share/icons/flpsed.png \
share/icons/flpsed.svg
@@ -29,7 +29,7 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/flpsed ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/flpsed.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/flpsed.desktop ${STAGEDIR}${PREFIX}/share/applications
${MKDIR} ${STAGEDIR}${PREFIX}/share/icons
${INSTALL_DATA} ${WRKSRC}/flpsed.png ${WRKSRC}/flpsed.svg ${STAGEDIR}${PREFIX}/share/icons