diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/rolo/Makefile | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: deskutils)
Notes
Notes:
svn path=/head/; revision=327718
Diffstat (limited to 'deskutils/rolo/Makefile')
-rw-r--r-- | deskutils/rolo/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/rolo/Makefile b/deskutils/rolo/Makefile index d03d7e802e5d..2dafbe356ba8 100644 --- a/deskutils/rolo/Makefile +++ b/deskutils/rolo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: rolo -# Date created: 04 April 2003 -# Whom: Andrew Hsu <ahsu@users.sf.net> -# +# Created by: Andrew Hsu <ahsu@users.sf.net> # $FreeBSD$ -# PORTNAME= rolo PORTVERSION= 011 @@ -23,6 +19,7 @@ CFLAGS+= -I${PREFIX}/include \ MAN1= rolo.1 .if !defined(NOPORTDOCS) +NO_STAGE= yes post-install: @${MKDIR} ${DOCSDIR} .for DOC in AUTHORS ChangeLog NEWS README THANKS |