diff options
Diffstat (limited to 'net/delegate')
-rw-r--r-- | net/delegate/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 66641465fc5b..9904868ed756 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: DeleGate -# Date created: 26 Jan 1997 -# Whom: Masafumi NAKANE <max@FreeBSD.org> -# +# Created by: Masafumi NAKANE <max@FreeBSD.org> # $FreeBSD$ -# PORTNAME= delegate PORTVERSION= 9.9.7 @@ -23,6 +19,7 @@ SUB_LIST= DOCSDIR=${DOCSDIR} # Strip breaks binary checksumming STRIP= +NO_STAGE= yes post-extract: @cd ${WRKSRC} && ${MV} COPYRIGHT doc/ |