Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Sep 2013 20:16:31 +0000 (UTC)
From:      Danilo Egea Gondolfo <danilo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328312 - head/archivers/hlextract
Message-ID:  <201309252016.r8PKGVDj007490@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danilo
Date: Wed Sep 25 20:16:30 2013
New Revision: 328312
URL: http://svnweb.freebsd.org/changeset/ports/328312

Log:
  - Change maintainer email to @FreeBSD.org
  - Use new LIB_DEPENDS syntax
  - Add staging support
  
  Approved by:	wg (mentor)

Modified:
  head/archivers/hlextract/Makefile

Modified: head/archivers/hlextract/Makefile
==============================================================================
--- head/archivers/hlextract/Makefile	Wed Sep 25 20:02:05 2013	(r328311)
+++ head/archivers/hlextract/Makefile	Wed Sep 25 20:16:30 2013	(r328312)
@@ -7,14 +7,13 @@ CATEGORIES=	archivers games
 MASTER_SITES=	http://nemesis.thewavelength.net/files/files/
 DISTNAME=	hllib${PORTVERSION:S/.//g}
 
-MAINTAINER=	danilogondolfo@gmail.com
+MAINTAINER=	danilo@FreeBSD.org
 COMMENT=	Utility to extract data from various Half-Life file formats
 
 LICENSE=	GPLv2
 
-LIB_DEPENDS=	hl:${PORTSDIR}/games/hllib
+LIB_DEPENDS=	libhl.so:${PORTSDIR}/games/hllib
 
-NO_STAGE=	yes
 USE_DOS2UNIX=	yes
 USE_ZIP=	yes
 WRKSRC=		${WRKDIR}/HLExtract
@@ -28,6 +27,6 @@ do-build:
 		${WRKSRC}/Main.c -o ${WRKSRC}/${PORTNAME} -lhl
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309252016.r8PKGVDj007490>