From 6e87a2c0b897f1b5ace5f56329d8d6f3a5585268 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 11 Aug 2006 08:27:19 +0000 Subject: Properly initialize SUB_LIST so that pkg-install is built correctly. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7031 df743ca5-7f9a-e211-a948-0013205c9059 --- misc/hicolor-icon-theme/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/misc/hicolor-icon-theme/Makefile b/misc/hicolor-icon-theme/Makefile index dbb315c9e..ae317ab74 100644 --- a/misc/hicolor-icon-theme/Makefile +++ b/misc/hicolor-icon-theme/Makefile @@ -3,11 +3,12 @@ # Whom: marcus@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/misc/hicolor-icon-theme/Makefile,v 1.1 2006/07/18 01:20:07 marcus Exp $ +# $MCom: ports/misc/hicolor-icon-theme/Makefile,v 1.2 2006/08/11 01:19:10 ahze Exp $ # PORTNAME= hicolor-icon-theme PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= misc gnome MASTER_SITES= http://icon-theme.freedesktop.org/releases/ @@ -29,6 +30,9 @@ ICON_SIZES= 16x16 22x22 24x24 32x32 36x36 48x48 64x64 72x72 96x96 \ ICON_CONTEXTS= actions apps devices filesystems mimetypes stock emblems STOCK_SUBS= chart code data form image io media navigation net object table text +SUB_LIST= ICON_SIZES="${ICON_SIZES}" ICON_CONTEXTS="${ICON_CONTEXTS}" \ + STOCK_SUBS="${STOCK_SUBS}" + .include pre-install: -- cgit v1.2.3