diff options
author | kim <kim> | 2002-09-15 19:16:44 +0000 |
---|---|---|
committer | kim <kim> | 2002-09-15 19:16:44 +0000 |
commit | 3a5a512d2156224c3e4375610673eef3ef545c82 (patch) | |
tree | c1e0dee9f6a8409c29bcf4b9cd88b38749e4bf69 /shells/tcsh/Makefile | |
parent | b47fa4c6932dc736395093b7803cd607d2e9fad0 (diff) | |
download | pkgsrc-3a5a512d2156224c3e4375610673eef3ef545c82.tar.gz |
Add utmpx support from the tcsh CVS repo (by christos).
Diffstat (limited to 'shells/tcsh/Makefile')
-rw-r--r-- | shells/tcsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 2c35224209d..c3432e818b2 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.37 2002/08/11 05:11:17 kim Exp $ +# $NetBSD: Makefile,v 1.38 2002/09/15 19:16:44 kim Exp $ # DISTNAME= tcsh-6.12.00 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \ ftp://ftp.gw.com/pub/unix/tcsh/ \ @@ -11,8 +12,6 @@ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.tcsh.org/ COMMENT= Extended C-shell with many useful features -WRKSRC= ${WRKDIR}/${PKGNAME} - GNU_CONFIGURE= yes ALL_TARGET= all catalogs INSTALL_TARGET= install install.man |