diff options
Diffstat (limited to 'x11/rxvt/Makefile')
-rw-r--r-- | x11/rxvt/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile deleted file mode 100644 index a2a47605081f..000000000000 --- a/x11/rxvt/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection Makefile for: rxvt -# Version required: 2.09 -# Date created: 5th December 1994 -# Whom: gpalmer@FreeBSD.org -# -# $Id: Makefile,v 1.6 1995/04/01 12:51:04 jkh Exp $ -# - -DISTNAME= rxvt-2.09 -CATEGORIES+= x11 -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ - -MAINTAINER= gpalmer@FreeBSD.ORG - -WRKSRC= ${WRKDIR}/rxvt -USE_IMAKE= yes -PREFIX= /usr/X11R6 - -# Get rid of the rclock directory until I can figure out how to patch -# that up also and make it! -pre-configure: - @/bin/rm -rf ${WRKDIR}/rclock - -.include <bsd.port.mk> |