[Midnightbsd-cvs] mports [23762] trunk/archivers/unrar/Makefile: fix build
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Aug 18 18:22:25 EDT 2018
Revision: 23762
http://svnweb.midnightbsd.org/mports/?rev=23762
Author: laffer1
Date: 2018-08-18 18:22:24 -0400 (Sat, 18 Aug 2018)
Log Message:
-----------
fix build
Modified Paths:
--------------
trunk/archivers/unrar/Makefile
Modified: trunk/archivers/unrar/Makefile
===================================================================
--- trunk/archivers/unrar/Makefile 2018-08-18 22:12:10 UTC (rev 23761)
+++ trunk/archivers/unrar/Makefile 2018-08-18 22:22:24 UTC (rev 23762)
@@ -1,10 +1,5 @@
-# New ports collection makefile for: unrar
-# Date created: 28 Dec 1994
-# Whom: ache
-#
# $MidnightBSD$
# $FreeBSD: ports/archivers/unrar/Makefile,v 1.46 2006/08/17 01:46:32 ache Exp $
-#
PORTNAME= unrar
PORTVERSION= 4.20
@@ -12,17 +7,19 @@
PORTEPOCH= 5
CATEGORIES+= archivers
MASTER_SITES= http://www.rarlab.com/rar/ \
- LOCAL/sunpoet
+ FREEBSD_LOCAL/sunpoet
DISTNAME= unrarsrc-4.2.4
MAINTAINER?= ports at MidnightBSD.org
COMMENT= Extract, view & test RAR archives
+
LICENSE= other
WRKSRC= ${WRKDIR}/unrar
-USE_GMAKE= yes
+USES= gmake
MAKEFILE= makefile.unix
+CONFIGURE_TARGET= ${ARCH}-portbld-freebsd10.4
PLIST_FILES= bin/unrar
PORTDOCS= license.txt readme.txt
More information about the Midnightbsd-cvs
mailing list