diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:44:49 +0000 |
commit | f30824b2efbe63d43d2f6c20532432b115efc294 (patch) | |
tree | 9d1e452d3f792dc6db188b9beb02d33d59269bde /irc/sic | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: irc)
Notes
Notes:
svn path=/head/; revision=327736
Diffstat (limited to 'irc/sic')
-rw-r--r-- | irc/sic/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/irc/sic/Makefile b/irc/sic/Makefile index d31df27242e0..818be4a30ccb 100644 --- a/irc/sic/Makefile +++ b/irc/sic/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: sic -# Date created: 04 Apr 1998 -# Whom: sec@42.org -# +# Created by: sec@42.org # $FreeBSD$ -# PORTNAME= sic PORTVERSION= 0.23a @@ -21,4 +17,5 @@ PLIST_SUB+= VERSION="${PORTVERSION}" MAN1= sic.1 MAN5= sic-alias.5 sic-server.5 +NO_STAGE= yes .include <bsd.port.mk> |