diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/netspoc | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) |
Notes
Diffstat (limited to 'net-mgmt/netspoc')
-rw-r--r-- | net-mgmt/netspoc/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/netspoc/Makefile b/net-mgmt/netspoc/Makefile index 19cd574edf0e..716b81a70423 100644 --- a/net-mgmt/netspoc/Makefile +++ b/net-mgmt/netspoc/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: netspoc -# Date created: Nov 3, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= netspoc PORTVERSION= 3.2 @@ -26,6 +21,7 @@ MAN3= Netspoc.3 PORTDOCS= * PORTEXAMPLES= * +NO_STAGE= yes post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |