diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-03 18:02:01 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-07-03 18:02:01 +0000 |
commit | 9e7037d6f0fe35b5b80dbe29bd5ec214f78ad10b (patch) | |
tree | edb9938a7caf8a6a29b4cb06a217d0b6270448a3 /x11/rxvt | |
parent | 13b2309ccf8aa536128874bd165b482658c276fe (diff) | |
download | ports-9e7037d6f0fe35b5b80dbe29bd5ec214f78ad10b.tar.gz ports-9e7037d6f0fe35b5b80dbe29bd5ec214f78ad10b.zip |
Add request to commiter to update the `rlock' port when this port is
updated. `rclock' uses the same distfile and is a very easy port to update.
Notes
Notes:
svn path=/head/; revision=19972
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index eaaff07dbff5..babdb8c94ec3 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -3,9 +3,13 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.22 1999/06/08 22:10:19 steve Exp $ +# $Id: Makefile,v 1.23 1999/06/22 23:51:38 mph Exp $ # +# If possible, please consider updating the simple ports/x11-clocks/rclock +# (and maybe ports/chinese/rxvt) when you upgrade rxvt. These ports all use +# the same distfile. + DISTNAME= rxvt-2.6.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ |