Bug 27165

Summary: ETHOberonV4 directory specification for fetching the dist-file in Makefile is wrong.
Product: Ports & Packages Reporter: ulrichulrich_se Last Name <ulrichulrich_se>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description ulrichulrich_se Last Name 2001-05-07 00:00:03 UTC
/usr/ports/lang/ETHOberonV4/Makefile contains the following line
MASTER_SITES=   ftp://mirror.seicom.net/pub/mirror/FreeBSD/distfiles \
The slash after "distfiles" is missing.

Fix: 

replace the line with
MASTER_SITES=   ftp://mirror.seicom.net/pub/mirror/FreeBSD/distfiles/ \


------------------------------------------------------------
--== Sent via Deja.com ==--
http://www.deja.com/
How-To-Repeat: cd /usr/ports/lang/ETHOberonV4
make install
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2001-05-29 13:55:21 UTC
State Changed
From-To: open->closed

I dont think there exist such line ... please check again