svn commit: r328312 - head/archivers/hlextract

Danilo Egea Gondolfo danilo at FreeBSD.org
Wed Sep 25 20:16:31 UTC 2013


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 at gmail.com
+MAINTAINER=	danilo at 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>


More information about the svn-ports-all mailing list