diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:54:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 23:54:03 +0000 |
commit | a67d6da3fe404422301c6100d73d80d66f222793 (patch) | |
tree | a722e5e9979458311291108139ad3ab6ca7cea31 /x11-themes/icons-human-azul | |
parent | eea5b447dacac1ef2abd25db061dbb7ab4b456e8 (diff) |
Notes
Diffstat (limited to 'x11-themes/icons-human-azul')
-rw-r--r-- | x11-themes/icons-human-azul/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-themes/icons-human-azul/Makefile b/x11-themes/icons-human-azul/Makefile index 4ea08ac7536c..887c4a64e2ca 100644 --- a/x11-themes/icons-human-azul/Makefile +++ b/x11-themes/icons-human-azul/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: icons-tango -# Date created: 2006-04-16 -# Whom: Phillip Neumann <pneumann@gmail.com> -# +# Created by: Phillip Neumann <pneumann@gmail.com> # $FreeBSD$ -# PORTNAME= icons-human-azul PORTVERSION= 0.1 @@ -18,6 +14,7 @@ COMMENT= A set of icons from the Ubuntu human look NO_BUILD= yes WRKSRC= ${WRKDIR}/HumanAzul +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/icons/HumanAzul @${CP} -rip ${WRKSRC} ${PREFIX}/share/icons/ |