diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /x11/rxvt-devel/Makefile | |
parent | Now the rest of the ports Makefiles.... (diff) |
And now the rest of the x11 ports Makefiles.
Notes
Notes:
svn path=/head/; revision=1352
Diffstat (limited to 'x11/rxvt-devel/Makefile')
-rw-r--r-- | x11/rxvt-devel/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 444fd1de03d0..a2a47605081f 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,17 +3,19 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.5 1995/02/01 22:38:08 gpalmer Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:51:04 jkh Exp $ # DISTNAME= rxvt-2.09 -USE_IMAKE= yes -WRKSRC= ${WRKDIR}/rxvt -PREFIX= /usr/X11R6 -MASTER_SITES= ftp://iraun1.ira.uka.de/pub/x11/misc/ 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: |