diff options
author | obrien <obrien@FreeBSD.org> | 1999-07-04 02:02:01 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-07-04 02:02:01 +0800 |
commit | 58f7385546bf0ace80d452660a2194b80ed9eaef (patch) | |
tree | 48a7eb9807d0109e38df4c99f5a9422bee6b1811 /x11/rxvt/Makefile | |
parent | 99891545ef9f157618b28432c6844a9fd7b3a123 (diff) | |
download | freebsd-ports-gnome-58f7385546bf0ace80d452660a2194b80ed9eaef.tar.gz freebsd-ports-gnome-58f7385546bf0ace80d452660a2194b80ed9eaef.tar.zst freebsd-ports-gnome-58f7385546bf0ace80d452660a2194b80ed9eaef.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.
Diffstat (limited to 'x11/rxvt/Makefile')
-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/ \ |