diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:31:57 +0000 |
commit | 24a1652ff482bf00e6f7e7aac23bf1be1a5f053a (patch) | |
tree | c2a277255180b245cfa87a4181d9de646edc05c4 /dns/openresolv/Makefile | |
parent | cf104c570b6057a060aff137032968074d18b40d (diff) | |
download | ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.tar.gz ports-24a1652ff482bf00e6f7e7aac23bf1be1a5f053a.zip |
Add NO_STAGE all over the place in preparation for the staging support (cat: dns)
Notes
Notes:
svn path=/head/; revision=327719
Diffstat (limited to 'dns/openresolv/Makefile')
-rw-r--r-- | dns/openresolv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/dns/openresolv/Makefile b/dns/openresolv/Makefile index 62491beb5572..48ccb4e86fee 100644 --- a/dns/openresolv/Makefile +++ b/dns/openresolv/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: openresolv -# Date created: 20 December 2007 -# Whom: Roy Marples <roy@marples.name> -# +# Created by: Roy Marples <roy@marples.name> # $FreeBSD$ -# PORTNAME= openresolv PORTVERSION= 1.1 @@ -22,6 +18,7 @@ SUB_FILES= pkg-deinstall pkg-message PKGDEINSTALL= ${WRKDIR}/pkg-deinstall PKGMESSAGE= ${WRKDIR}/pkg-message +NO_STAGE= yes post-install: @${CAT} ${WRKDIR}/pkg-message |