View | Details | Raw Unified | Return to bug 180255
Collapse All | Expand All

(-)Makefile (-7 / +3 lines)
Lines 9-21 Link Here
9
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
9
DISTNAME=	${PORTNAME}-${PORTVERSION}_src
10
10
11
MAINTAINER=	martymac@FreeBSD.org
11
MAINTAINER=	martymac@FreeBSD.org
12
COMMENT=	A hierarchical text notes manager
12
COMMENT=	Hierarchical text notes manager
13
13
14
LICENSE=	BSD
14
LICENSE=	BSD
15
15
16
USE_GMAKE=	yes
16
USE_GMAKE=	yes
17
USE_GNOME=	gtk20 gtksourceview2 gnomevfs2 desktopfileutils
17
USE_GNOME=	gtk20 gtksourceview2 gnomevfs2
18
USES=		gettext pkgconfig
18
USES=		desktop-file-utils gettext pkgconfig shared-mime-info
19
19
20
USE_DOS2UNIX=	yes
20
USE_DOS2UNIX=	yes
21
DOS2UNIX_REGEX=	.*\.(c|h|cpp)
21
DOS2UNIX_REGEX=	.*\.(c|h|cpp)
Lines 35-42 Link Here
35
	@${REINPLACE_CMD} -e 's|^docsdir=.*|docsdir=${DOCSDIR}|' \
35
	@${REINPLACE_CMD} -e 's|^docsdir=.*|docsdir=${DOCSDIR}|' \
36
		${WRKSRC}/Makefile
36
		${WRKSRC}/Makefile
37
37
38
post-install:
39
	@-update-mime-database ${PREFIX}/share/mime
40
	@-update-desktop-database
41
42
.include <bsd.port.mk>
38
.include <bsd.port.mk>
(-)pkg-plist (-4 lines)
Lines 40-47 Link Here
40
share/pixmaps/notecase.xpm
40
share/pixmaps/notecase.xpm
41
@dirrmtry share/locale/fr_CA/LC_MESSAGES
41
@dirrmtry share/locale/fr_CA/LC_MESSAGES
42
@dirrmtry share/locale/fr_CA
42
@dirrmtry share/locale/fr_CA
43
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
44
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
45
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
46
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
47
@dirrmtry share/applications
43
@dirrmtry share/applications

Return to bug 180255