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/clog/Makefile | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) | |
download | ports-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz ports-985b201424d63717aa5b6578fece8f2b853d9164.zip |
Notes
Diffstat (limited to 'net-mgmt/clog/Makefile')
-rw-r--r-- | net-mgmt/clog/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-mgmt/clog/Makefile b/net-mgmt/clog/Makefile index e119da6e894f..c28799c575b2 100644 --- a/net-mgmt/clog/Makefile +++ b/net-mgmt/clog/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: clog -# Date created: Tue Nov 04, 1997 -# Whom: David O'Brien (obrien@NUXI.com) -# +# Created by: David O'Brien (obrien@NUXI.com) # $FreeBSD$ -# PORTNAME= clog PORTVERSION= 1.6 @@ -19,6 +14,7 @@ WRKSRC= ${WRKDIR}/clog ALL_TARGET= freebsd MAN8= clog.8 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/clog ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/clog.8 ${PREFIX}/man/man8 |