diff options
Diffstat (limited to 'deskutils/cal/Makefile')
-rw-r--r-- | deskutils/cal/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/cal/Makefile b/deskutils/cal/Makefile index f8ede645f059..431d58a4aecd 100644 --- a/deskutils/cal/Makefile +++ b/deskutils/cal/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cal -# Date created: 2 April 1997 -# Whom: Andrey Zakhvatov <andy@icc.surw.chel.su> -# +# Created by: Andrey Zakhvatov <andy@icc.surw.chel.su> # $FreeBSD$ -# PORTNAME= cal PORTVERSION= 3.5 @@ -19,6 +15,7 @@ MAKEFILE= makefile.unx ALL_TARGET= cal MAN1= cal.1 +NO_STAGE= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cal ${PREFIX}/bin/cal ${MV} ${WRKSRC}/cal.1 ${WRKSRC}/cal.1.orig |