diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-09-12 20:12:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-09-12 20:12:43 +0000 |
commit | 27b8dece77dfb43f56fc206e88dcf54ecb0f9a68 (patch) | |
tree | 9649e503aa6fac052065e592bc7202f9aad2f010 /deskutils | |
parent | 8c36c56a4737e303e42adb355ea68f5710559be1 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/nautilus-actions/Makefile | 4 | ||||
-rw-r--r-- | deskutils/nautilus-actions/pkg-plist | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/nautilus-actions/Makefile b/deskutils/nautilus-actions/Makefile index f420a0317012..432327fd44c2 100644 --- a/deskutils/nautilus-actions/Makefile +++ b/deskutils/nautilus-actions/Makefile @@ -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: diff --git a/deskutils/nautilus-actions/pkg-plist b/deskutils/nautilus-actions/pkg-plist index 5ab68bf4d0bb..24300360ffe0 100644 --- a/deskutils/nautilus-actions/pkg-plist +++ b/deskutils/nautilus-actions/pkg-plist @@ -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 |