diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 20:50:57 +0000 |
commit | 8ac99398e2b62e1b10333d4c88ae273f4f0ed365 (patch) | |
tree | 55ef113afedd4d15556f4a7ca6533c66396624e5 /misc/gnomehier | |
parent | 219753915ea7222f10133bbf4d97955292f0dd96 (diff) | |
download | ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.tar.gz ports-8ac99398e2b62e1b10333d4c88ae273f4f0ed365.zip |
Notes
Diffstat (limited to 'misc/gnomehier')
-rw-r--r-- | misc/gnomehier/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnomehier/Makefile b/misc/gnomehier/Makefile index 226b807325bb..54cdf9f8e3e6 100644 --- a/misc/gnomehier/Makefile +++ b/misc/gnomehier/Makefile @@ -1,7 +1,6 @@ # Created by: Maxim Sobolev <sobomax@FreeBSD.org> # $FreeBSD$ # $MCom: ports/misc/gnomehier/Makefile,v 1.39 2012/12/10 10:58:06 kwm Exp $ -# !!DON'T BUMP PORTREVISION ON MTREE CHANGES ANYMORE!! PORTNAME= gnomehier PORTVERSION= 3.0 @@ -19,6 +18,7 @@ PKGINSTALL= ${WRKDIR}/pkg-install GNOME_MTREE= BSD.gnome.dist GNOME_MTREE_ARGS=${MTREE_ARGS:S|${MTREE_FILE}|${PREFIX}/etc/mtree/${GNOME_MTREE}|} +NO_STAGE= yes do-fetch: @${DO_NADA} |