mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
print/flpsed: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
a8c29c7694
commit
8423405f47
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user