mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
- Install .desktop file
- Remove some cruft from Makefile PR: 228917 Approved by: rodrigo
This commit is contained in:
parent
b6455a94e9
commit
7acf3e5eed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=472362
2 changed files with 5 additions and 9 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
PORTNAME= ufraw
|
||||
PORTVERSION= 0.22
|
||||
PORTREVISION= 6
|
||||
PORTREVISION= 7
|
||||
CATEGORIES= graphics
|
||||
|
||||
MAINTAINER= rodrigo@FreeBSD.org
|
||||
|
@ -59,12 +59,7 @@ GNOME_USE= GNOME=gconf2
|
|||
GNOME_CONFIGURE_ENABLE= mime
|
||||
GNOME_VARS= CATEGORIES+=gnome GCONF_SCHEMAS=${PORTNAME}.schemas
|
||||
|
||||
#post-patch:
|
||||
# echo "START REPLACE" ; \
|
||||
# ${REINPLACE_CMD} -e '18s|^$$|#include <sys/types.h>|' \
|
||||
# ${WRKSRC}/dcraw.h
|
||||
## Fix GConf2 schemas installation path; unconditionalize installation of
|
||||
## .desktop file; avoid conflict with `graphics/dcraw' (rename the binary)
|
||||
# ${REINPLACE_CMD} -e '/schemasdir/s|datadir|sysconfdir|' ${WRKSRC}/Makefile.am
|
||||
#
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/ufraw.desktop ${STAGEDIR}${DESKTOPDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -3,6 +3,7 @@ bin/nikon-curve
|
|||
bin/ufraw
|
||||
bin/ufraw-batch
|
||||
man/man1/ufraw.1.gz
|
||||
share/applications/ufraw.desktop
|
||||
share/locale/ca/LC_MESSAGES/ufraw.mo
|
||||
share/locale/cs/LC_MESSAGES/ufraw.mo
|
||||
share/locale/da/LC_MESSAGES/ufraw.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue