diff options
author | hoek <hoek@FreeBSD.org> | 1998-05-10 00:57:40 +0800 |
---|---|---|
committer | hoek <hoek@FreeBSD.org> | 1998-05-10 00:57:40 +0800 |
commit | e9d2a4919f8aa4bf645cea71c535416aea6278bd (patch) | |
tree | 55fcc18485655adce1c683ff5e31b1808aa2674c /www/w3mir/Makefile | |
parent | cd307439aa6e995942afa6e3a273cff91bdef3a0 (diff) | |
download | freebsd-ports-gnome-e9d2a4919f8aa4bf645cea71c535416aea6278bd.tar.gz freebsd-ports-gnome-e9d2a4919f8aa4bf645cea71c535416aea6278bd.tar.zst freebsd-ports-gnome-e9d2a4919f8aa4bf645cea71c535416aea6278bd.zip |
Move the homepage reference from the Makefile to pkg/DESCR.
While I'm here, add @dirrm share/doc/w3mir to pkg/PLIST and reformat
pkg/[DESCR|COMMENT].
Diffstat (limited to 'www/w3mir/Makefile')
-rw-r--r-- | www/w3mir/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/w3mir/Makefile b/www/w3mir/Makefile index 6e117ef70705..5d3a5b4a772c 100644 --- a/www/w3mir/Makefile +++ b/www/w3mir/Makefile @@ -1,10 +1,9 @@ # New ports collection makefile for: w3mir -# http://www.math.uio.no/~janl/w3mir/ # Version required: 1.0.2 # Date created: 9 May 1998 # Whom: ache # -# $Id: Makefile,v 1.17 1998/04/28 14:45:37 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/05/09 13:28:00 ache Exp $ # DISTNAME= w3mir-1.0.2 @@ -15,7 +14,7 @@ MAINTAINER= ache@freebsd.org BUILD_DEPENDS= ${PREFIX}/lib/perl5/site_perl/LWP.pm:${PORTSDIR}/www/p5-libwww -USE_PERL5= YES +USE_PERL5= Yes MAN1= w3mir.1 w3mfix.1 |