diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-26 15:51:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-26 15:51:26 +0800 |
commit | 4f59adb1b03298f02c005135292c835ab1188bbf (patch) | |
tree | 10128b1a580ae3e4e54dbcb766cc4f43d8068345 /textproc | |
parent | 60e320a18cc6d396d5013e098dacba6814eef0c1 (diff) | |
download | freebsd-ports-gnome-4f59adb1b03298f02c005135292c835ab1188bbf.tar.gz freebsd-ports-gnome-4f59adb1b03298f02c005135292c835ab1188bbf.tar.zst freebsd-ports-gnome-4f59adb1b03298f02c005135292c835ab1188bbf.zip |
Adopt ports I care about.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/urlview/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/urlview/Makefile b/textproc/urlview/Makefile index 125a538576cd..bf02c5a0e996 100644 --- a/textproc/urlview/Makefile +++ b/textproc/urlview/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: urlview # Version required: 0.7 # Date created: 21 April 1998 @@ -17,6 +18,8 @@ MASTER_SITES= ftp://ftp.cs.hmc.edu/pub/me/ \ PATCH_SITES= http://feeding.frenzy.com/~rainking/ PATCHFILES= urlview.diff +MAINTAINER= obrien@FreeBSD.org + GNU_CONFIGURE= yes MAN1= urlview.1 |