diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /x11/rxvt-unicode/Makefile | |
parent | bf79fcb3d24148c21b1850f690d90d8250e040e1 (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes:
svn path=/head/; revision=18827
svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'x11/rxvt-unicode/Makefile')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile deleted file mode 100644 index dc6293450231..000000000000 --- a/x11/rxvt-unicode/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# New ports collection Makefile for: rxvt -# Version required: 2.4.11 -# Date created: 5th December 1994 -# Whom: gpalmer@FreeBSD.org -# -# $Id: Makefile,v 1.20 1999/03/15 04:23:51 steve Exp $ -# - -DISTNAME= rxvt-2.4.11 -CATEGORIES= x11 -MASTER_SITES= ftp://mason.primenet.com.au/pub/rxvt/old/ \ - http://wm.current.nu/files/ \ - ftp://ftp.nstu.ru/pub/sources/x/ - - -MAINTAINER= ports@FreeBSD.ORG - -USE_X_PREFIX= yes -GNU_CONFIGURE= yes -USE_BZIP2= yes -MAN1= rxvt.1 - -.include <bsd.port.mk> |