aboutsummaryrefslogtreecommitdiff
path: root/archivers/unrar-iconv
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 13:11:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 13:11:20 +0000
commitb80ec3e2040420e34becd0d1075ef6d7cc71b85d (patch)
tree3df58c8e85fb6d4d98cd93450b642222e2dd3521 /archivers/unrar-iconv
parent611351f6964917a2f81776a5a248120464e7496d (diff)
downloadports-b80ec3e2040420e34becd0d1075ef6d7cc71b85d.tar.gz
ports-b80ec3e2040420e34becd0d1075ef6d7cc71b85d.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: archivers)
Notes
Notes: svn path=/head/; revision=327699
Diffstat (limited to 'archivers/unrar-iconv')
-rw-r--r--archivers/unrar-iconv/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/archivers/unrar-iconv/Makefile b/archivers/unrar-iconv/Makefile
index 01f765eb8c0c..db3dacb359ba 100644
--- a/archivers/unrar-iconv/Makefile
+++ b/archivers/unrar-iconv/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: unrar-iconv
-# Date created: 18 Oct 2007
-# Whom: Yarodin <yarodin@gmail.com>
-#
+# Created by: Yarodin <yarodin@gmail.com>
# $FreeBSD$
-#
PKGNAMESUFFIX= -iconv
@@ -13,6 +9,7 @@ MASTERDIR= ${.CURDIR}/../unrar
EXTRA_PATCHES= ${.CURDIR}/files/patch-iconv
+NO_STAGE= yes
CPPFLAGS+= -DWITH_ICONV -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB}
USES+= iconv