diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-05 19:28:31 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-05 19:28:31 +0000 |
commit | 3e198e9384e1288f798a28808c8caa00ee270e1d (patch) | |
tree | 039ccf1635e33f305ea429c31415fe3e1bd3cfe8 /chinese/cxterm/Makefile | |
parent | 6dc2bc4576f3dec5fe835cf8848e91ba8e753811 (diff) | |
download | ports-3e198e9384e1288f798a28808c8caa00ee270e1d.tar.gz ports-3e198e9384e1288f798a28808c8caa00ee270e1d.zip |
Added "cn-" to the PKGNAME.
Notes
Notes:
svn path=/head/; revision=4817
Diffstat (limited to 'chinese/cxterm/Makefile')
-rw-r--r-- | chinese/cxterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 1f47f81bbdc3..c82739fe45f3 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -3,11 +3,11 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.4 1996/11/03 09:32:27 obrien Exp $ +# $Id: Makefile,v 1.6 1996/11/12 02:16:38 obrien Exp $ # DISTNAME= cxterm5.0.p3 -PKGNAME= ${DISTNAME:S/cxterm/cn-cxterm-/:S/p//} +PKGNAME= cn-${DISTNAME:S/cxterm/cn-cxterm-/:S/p//} CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \ |