diff options
Diffstat (limited to 'chinese/lunar/Makefile')
-rw-r--r-- | chinese/lunar/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/lunar/Makefile b/chinese/lunar/Makefile index a73b420c40fa..468df39b03ba 100644 --- a/chinese/lunar/Makefile +++ b/chinese/lunar/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: lunar -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= lunar PORTVERSION= 2.1 @@ -18,6 +13,7 @@ COMMENT= Convert between Gregorian Solar Calendar (SC) and Lunar Calendar (LC) ALL_TARGET= MAN1= lunar.1 +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/chinese ${INSTALL_PROGRAM} ${WRKSRC}/lunar ${PREFIX}/bin |