mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
- Attempt to fix build on pointyhat by specifying where the nautilus
extensions dir is. [1] - Add missing file to plist Reported by: krismail [1]
This commit is contained in:
parent
8c36c56a47
commit
27b8dece77
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142548
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= nautilus-actions
|
||||
PORTVERSION= 0.6
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= deskutils
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL} \
|
||||
http://people.freebsd.org/~ahze/distfiles/
|
||||
@ -24,6 +24,8 @@ USE_X_PREFIX= yes
|
||||
USE_REINPLACE= yes
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_ARGS= --with-nautilus-extdir=${X11BASE}/lib/nautilus/extensions-1.0
|
||||
|
||||
INTLTOOLIZE?= ${LOCALBASE}/bin/intltoolize
|
||||
|
||||
post-patch:
|
||||
|
@ -1,4 +1,5 @@
|
||||
bin/nautilus-actions-config
|
||||
lib/nautilus/extensions-1.0/libnautilus-actions.so
|
||||
share/applications/nact.desktop
|
||||
share/locale/es/LC_MESSAGES/nautilus-actions.mo
|
||||
%%DATADIR%%/config_newaction.xml
|
||||
|
Loading…
Reference in New Issue
Block a user