diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-12 10:16:36 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-12 10:16:36 +0800 |
commit | 5c40e6d58c96aabdf311daa6728225174bf63001 (patch) | |
tree | 112cc8c7c1012b41a3b96a8ffebc4e62fc1ca215 | |
parent | 1282de438d90a8694af057519d25f51f595ff203 (diff) | |
download | freebsd-ports-gnome-5c40e6d58c96aabdf311daa6728225174bf63001.tar.gz freebsd-ports-gnome-5c40e6d58c96aabdf311daa6728225174bf63001.tar.zst freebsd-ports-gnome-5c40e6d58c96aabdf311daa6728225174bf63001.zip |
CATAGORIES+= -> CATAGORIES=
Reordered vars where needed. Added MAINTAINERS where needed, many
mkdir --> ${MKDIR}, install -> ${INSTALL_*}, etc.
-rw-r--r-- | chinese/celvis/Makefile | 5 | ||||
-rw-r--r-- | chinese/cless/Makefile | 4 | ||||
-rw-r--r-- | chinese/cxterm/Makefile | 5 |
3 files changed, 6 insertions, 8 deletions
diff --git a/chinese/celvis/Makefile b/chinese/celvis/Makefile index 6938df0f92d0..fd5727783bff 100644 --- a/chinese/celvis/Makefile +++ b/chinese/celvis/Makefile @@ -3,12 +3,12 @@ # Date created: Thur Aug 15, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/09/23 01:50:32 chuckr Exp $ +# $Id: Makefile,v 1.2 1996/10/16 02:24:33 chuckr Exp $ # DISTNAME= celvis PKGNAME= cn-celvis-1.3 -CATEGORIES+= chinese editors +CATEGORIES= chinese editors MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ @@ -26,5 +26,4 @@ do-install: ln -sf ${PREFIX}/man/man1/celvis.1 ${PREFIX}/man/man1/cvi.1 .endif - .include <bsd.port.mk> diff --git a/chinese/cless/Makefile b/chinese/cless/Makefile index 58bb0b7b2512..bd3acc00c1fd 100644 --- a/chinese/cless/Makefile +++ b/chinese/cless/Makefile @@ -3,12 +3,12 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.1.1.1 1996/10/26 23:20:37 max Exp $ +# $Id: Makefile,v 1.2 1996/10/29 04:55:52 max Exp $ # DISTNAME= cless-290 PKGNAME= cn-${DISTNAME} -CATEGORIES+= chinese misc +CATEGORIES= chinese misc MASTER_SITES= ftp://ftp.ifcss.org/pub/software/unix/c-utils/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/unix/c-utils/ \ diff --git a/chinese/cxterm/Makefile b/chinese/cxterm/Makefile index 880904567026..1ee7abcbcc04 100644 --- a/chinese/cxterm/Makefile +++ b/chinese/cxterm/Makefile @@ -3,19 +3,18 @@ # Date created: Sat Aug 10, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.3 1996/10/16 12:55:54 chuckr Exp $ +# $Id: Makefile,v 1.4 1996/11/03 09:32:27 obrien Exp $ # DISTNAME= cxterm5.0.p3 PKGNAME= ${DISTNAME:S/cxterm/cn-cxterm-/:S/p//} -CATEGORIES+= chinese x11 +CATEGORIES= chinese x11 MASTER_SITES= ftp://ftp.cs.purdue.edu/pub/ygz/ \ ftp://ftp.ifcss.org/pub/software/x-win/cxterm/ \ ftp://ftp.cuhk.hk/pub/chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.edu.tw/Chinese/ifcss/software/x-win/cxterm/ \ ftp://ftp.mpi-sb.mpg.de/pub/chinese/mirror/ftp.ifcss.org/software/x-win/cxterm/ - MAINTAINER= obrien@cs.ucdavis.edu WRKSRC= ${WRKDIR}/cxterm-5.0 |