Bug 62589 - ports/www/lynx-ssl - cleanup
Summary: ports/www/lynx-ssl - cleanup
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-09 14:50 UTC by jharris
Modified: 2004-02-10 20:56 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jharris 2004-02-09 14:50:20 UTC
	add CONFLICTS, keep portlint happy

Fix: -----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
NotDashEscaped: You need GnuPG to verify this message

? work
cvs server: Diffing .


iD8DBQFAJ5s5SypIl9OdoOMRAq3OAKCvNd/tCc63uunzsNNBNkTKky97vgCgkwPh
Sf+oMKn3I7mxpPLgSrxft4I=
=GoZN
-----END PGP SIGNATURE-------uTLCqjrls7pNMWyCJi38NzwSh4NIrSioxVFwJWIq7FHyfzwJ
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/lynx-ssl/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile	20 Feb 2003 20:14:01 -0000	1.19
+++ Makefile	9 Feb 2004 14:37:00 -0000
@@ -5,13 +5,15 @@
 # $FreeBSD: ports/www/lynx-ssl/Makefile,v 1.19 2003/02/20 20:14:01 knu Exp $
 #
 
-PKGNAMESUFFIX =	-ssl
+PKGNAMESUFFIX=	-ssl
 
 COMMENT=	A non-graphical, text-based World-Wide Web client with SSL support
 
 MASTERDIR=	${.CURDIR}/../lynx
 DESCR=		${.CURDIR}/pkg-descr
 
-.include "${MASTERDIR}/Makefile"
+CONFIGURE_ARGS+=	--with-ssl
+
+CONFLICTS=	lynx-2* lynx-current*
 
-CONFIGURE_ARGS+= --with-ssl
+.include "${MASTERDIR}/Makefile"
cvs server: Diffing files
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (FreeBSD)
How-To-Repeat: 
	apply patch below
Comment 1 dannyboy freebsd_committer freebsd_triage 2004-02-10 20:56:13 UTC
State Changed
From-To: open->closed

Committed, thanks.