diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 16:27:19 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-11 16:27:19 +0800 |
commit | 6e87a2c0b897f1b5ace5f56329d8d6f3a5585268 (patch) | |
tree | cdac4e082058e0a23580c74d8d05a050961aafbb | |
parent | 14c1eab989529c23285e1ae88b1b969849998a52 (diff) | |
download | marcuscom-ports-6e87a2c0b897f1b5ace5f56329d8d6f3a5585268.tar marcuscom-ports-6e87a2c0b897f1b5ace5f56329d8d6f3a5585268.tar.gz marcuscom-ports-6e87a2c0b897f1b5ace5f56329d8d6f3a5585268.tar.bz2 marcuscom-ports-6e87a2c0b897f1b5ace5f56329d8d6f3a5585268.tar.lz marcuscom-ports-6e87a2c0b897f1b5ace5f56329d8d6f3a5585268.tar.xz marcuscom-ports-6e87a2c0b897f1b5ace5f56329d8d6f3a5585268.tar.zst marcuscom-ports-6e87a2c0b897f1b5ace5f56329d8d6f3a5585268.zip |
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
-rw-r--r-- | misc/hicolor-icon-theme/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 <bsd.port.pre.mk> pre-install: |