diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:01:22 +0000 |
commit | f5750c6a0ec52f2e6e5c4f6bf1a104e16168491a (patch) | |
tree | 6b5469be28afd93589ebcab2e31c971326230494 /chinese/c2t | |
parent | 70996a4d8227f211b193c1a4836088190d3ebaa8 (diff) |
Notes
Diffstat (limited to 'chinese/c2t')
-rw-r--r-- | chinese/c2t/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chinese/c2t/Makefile b/chinese/c2t/Makefile index 6802743a8c74..824af93822c9 100644 --- a/chinese/c2t/Makefile +++ b/chinese/c2t/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: c2t -# Date created: Mon Feb 03, 1997 -# Whom: David O'Brien (obrien@FreeBSD.org) -# +# Created by: David O'Brien (obrien@FreeBSD.org) # $FreeBSD$ -# PORTNAME= c2t PORTVERSION= 1.0 @@ -20,6 +15,7 @@ NO_WRKSUBDIR= yes EXTRACT_ONLY= c2t.tar.gz MAN1= c2t.1 +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/share/chinese/gb ${INSTALL_PROGRAM} ${WRKSRC}/c2t ${PREFIX}/bin |