diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/cal | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) | |
download | ports-cf104c570b6057a060aff137032968074d18b40d.tar.gz ports-cf104c570b6057a060aff137032968074d18b40d.zip |
Notes
Diffstat (limited to 'deskutils/cal')
-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 |