Bug 175023 - devel/flick: Update MASTER_SITES
Summary: devel/flick: Update MASTER_SITES
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-05 18:10 UTC by tkato432
Modified: 2013-02-08 02:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.29 KB, patch)
2013-01-05 18:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-01-05 18:10:06 UTC
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
Comment 1 Marcelo Araujo freebsd_committer freebsd_triage 2013-01-18 06:11:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2013-02-08 01:56:01 UTC
State Changed
From-To: open->closed
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2013-02-08 01:56:01 UTC
Responsible Changed
From-To: araujo->miwi

committed
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-02-08 01:56:12 UTC
Author: miwi
Date: Fri Feb  8 01:55:59 2013
New Revision: 311897
URL: http://svnweb.freebsd.org/changeset/ports/311897

Log:
  - Update MASTER_SITES
  - Add LICENSE
  - Add MAKE_JOBS_SAFE
  
  PR:		175023
  Submitted by:	Ports Fury

Modified:
  head/devel/flick/Makefile   (contents, props changed)

Modified: head/devel/flick/Makefile
==============================================================================
--- head/devel/flick/Makefile	Fri Feb  8 01:55:01 2013	(r311896)
+++ head/devel/flick/Makefile	Fri Feb  8 01:55:59 2013	(r311897)
@@ -7,23 +7,36 @@
 
 PORTNAME=	flick
 PORTVERSION=	2.1
+DISTVERSIONSUFFIX=	-src
 PORTREVISION=	1
 CATEGORIES=	devel
-MASTER_SITES=	ftp://flux.cs.utah.edu/flux/flick/2.1/
-DISTFILES=	${PORTNAME}-${PORTVERSION}-src.tar.gz
+#MASTER_SITES=	ftp://flux.cs.utah.edu/flux/flick/2.1/
+MASTER_SITES=	http://www.sourcefiles.org/Programming/Compilers/Other/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	The Flexible IDL Compiler Kit
+COMMENT=	Flexible IDL Compiler Kit
+
+LICENSE=	BSD GPLv2
+LICENSE_COMB=	multi
+
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
-GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
 MAKEFILE=	GNUmakefile
+MAKE_JOBS_SAFE=	yes
+
+.include <bsd.port.options.mk>
+
+post-patch:
+	@${REINPLACE_CMD} -e \
+		's|-I-||' ${WRKSRC}/GNUmakeconf.in
 
 post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/doc/guts/*.ps ${DOCSDIR}
-	@${INSTALL_DATA} ${WRKSRC}/doc/usersguide/*.ps ${DOCSDIR}
+	(cd ${WRKSRC}/doc/guts && ${INSTALL_DATA} *.ps ${DOCSDIR})
+	(cd ${WRKSRC}/doc/usersguide && ${INSTALL_DATA} *.ps ${DOCSDIR})
 .endif
 
 .include <bsd.port.mk>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"