svn commit: r394321 - head/lang/scm

Alexey Dokuchaev danfe at FreeBSD.org
Sat Aug 15 15:16:39 UTC 2015


Author: danfe
Date: Sat Aug 15 15:16:38 2015
New Revision: 394321
URL: https://svnweb.freebsd.org/changeset/ports/394321

Log:
  - Get rid of MASTER_SITE_SUBDIR (in fact, OLD subdirectory does not carry
    current distfiles)
  - Expand Makefile header while here

Modified:
  head/lang/scm/Makefile

Modified: head/lang/scm/Makefile
==============================================================================
--- head/lang/scm/Makefile	Sat Aug 15 14:53:55 2015	(r394320)
+++ head/lang/scm/Makefile	Sat Aug 15 15:16:38 2015	(r394321)
@@ -1,11 +1,10 @@
-# Created by: hsu
+# Created by: Jeffrey Hsu <hsu at FreeBSD.org>
 # $FreeBSD$
 
 PORTNAME=	scm
 PORTVERSION=	5f2
 CATEGORIES=	lang scheme
-MASTER_SITES=	http://groups.csail.mit.edu/mac/ftpdir/scm/%SUBDIR%/
-MASTER_SITE_SUBDIR=	. OLD
+MASTER_SITES=	http://groups.csail.mit.edu/mac/ftpdir/scm/
 DISTFILES=	${DISTNAME}${EXTRACT_SUFX} slib-3b5.zip slib-psd1-3.tar.gz
 EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 


More information about the svn-ports-all mailing list