diff options
author | kris <kris@FreeBSD.org> | 2001-03-10 04:59:24 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2001-03-10 04:59:24 +0000 |
commit | 54b7f0512fddb0346a6ff924e9c058e14653d1bb (patch) | |
tree | a9a34e6458d510ae6564a309efb32b6c160c0631 /textproc/rxp/Makefile | |
parent | 378de120f97fb06c5c5898867829abc14a9c769f (diff) | |
download | FreeBSD-ports-54b7f0512fddb0346a6ff924e9c058e14653d1bb.zip FreeBSD-ports-54b7f0512fddb0346a6ff924e9c058e14653d1bb.tar.gz |
Switch to using a versioned distfile - the non-versioned one currently
points to a newer beta release. Respect CFLAGS and bump PORTREVISION.
Diffstat (limited to 'textproc/rxp/Makefile')
-rw-r--r-- | textproc/rxp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/rxp/Makefile b/textproc/rxp/Makefile index 3df57dd..9b0c62e 100644 --- a/textproc/rxp/Makefile +++ b/textproc/rxp/Makefile @@ -7,9 +7,9 @@ PORTNAME= rxp PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.ed.ac.uk/pub/richard/ -DISTFILES= rxp.tar.gz MAINTAINER= jkoshy@freebsd.org |