Skip to content

Commit

Permalink
print/gtklp: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by: portmgr(blanket)
  • Loading branch information
Martin Neubauer authored and arrowd committed Feb 6, 2024
1 parent 021c899 commit c8fc4ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions print/gtklp/Makefile
@@ -1,7 +1,7 @@
PORTNAME= gtklp
DISTVERSION= 1.3.4
DISTVERSIONSUFFIX= .src
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= print
MASTER_SITES= SF

Expand All @@ -20,9 +20,10 @@ USES= autoreconf gettext gnome libtool pkgconfig xorg
USE_GNOME= cairo gtk20
USE_XORG= x11

GNU_CONFIGURE= yes
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

DESKTOP_ENTRIES="GtkLP" "" "${PORTNAME}" "${PORTNAME}" "System;GTK;" ""
DESKTOP_ENTRIES= "GtkLP" "" "${PORTNAME}" "${PORTNAME}" "System;GTK;" ""

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

Expand Down
4 changes: 2 additions & 2 deletions print/gtklp/pkg-plist
@@ -1,7 +1,5 @@
bin/gtklp
bin/gtklpq
man/man1/gtklp.1.gz
man/man1/gtklpq.1.gz
share/icons/hicolor/16x16/apps/gtklp.xpm
share/icons/hicolor/24x24/apps/gtklp.xpm
share/icons/hicolor/32x32/apps/gtklp.xpm
Expand All @@ -27,3 +25,5 @@ share/locale/ru/LC_MESSAGES/gtklp.mo
share/locale/uk_UA/LC_MESSAGES/gtklp.mo
share/locale/zh_CN/LC_MESSAGES/gtklp.mo
share/locale/zh_TW/LC_MESSAGES/gtklp.mo
share/man/man1/gtklp.1.gz
share/man/man1/gtklpq.1.gz

0 comments on commit c8fc4ad

Please sign in to comment.