summaryrefslogtreecommitdiffstats
path: root/archivers/file-roller
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 02:55:56 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-12 02:55:56 +0800
commita9dde4ea53c0b7a98aa3442e25ae4b960196f95b (patch)
tree7972dc2e6d07fc5520727622dac816c104df5274 /archivers/file-roller
parentbca970d7b4e7948a7976b893009a742710579aef (diff)
downloadmarcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar
marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.gz
marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.bz2
marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.lz
marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.xz
marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.tar.zst
marcuscom-ports-a9dde4ea53c0b7a98aa3442e25ae4b960196f95b.zip
Make portlint happy. I am using cports.sh in MC portstools.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16063 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'archivers/file-roller')
-rw-r--r--archivers/file-roller/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile
index 4c35aca00..86c327389 100644
--- a/archivers/file-roller/Makefile
+++ b/archivers/file-roller/Makefile
@@ -3,7 +3,7 @@
# Whom: Anders Nordby <anders@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/archivers/file-roller/Makefile,v 1.186 2011/04/11 10:18:16 kwm Exp $
+# $MCom: ports/archivers/file-roller/Makefile,v 1.187 2011/06/03 21:27:49 mezz Exp $
#
PORTNAME= file-roller
@@ -16,8 +16,6 @@ DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= An archive manager for zip files, tar, etc
-OPTIONS= NAUTILUS "Enable Nautilus extension" on
-
RUN_DEPENDS= ${LOCALBASE}/bin/gtar:${PORTSDIR}/archivers/gtar \
${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip
@@ -33,13 +31,15 @@ USE_GNOME= gnomeprefix intlhack gnomehack desktopfileutils gnomedocutils \
gtk20 gconf2
USE_XORG= sm
GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CPPFLAGS= -I${LOCALBASE}/include
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-packagekit
PORTDOCS= AUTHORS NEWS README TODO ChangeLog
GCONF_SCHEMAS= file-roller.schemas
+OPTIONS= NAUTILUS "Enable Nautilus extension" on
+
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_NAUTILUS)