diff options
author | danilo <danilo@FreeBSD.org> | 2013-09-26 04:16:30 +0800 |
---|---|---|
committer | danilo <danilo@FreeBSD.org> | 2013-09-26 04:16:30 +0800 |
commit | 813c9878667702a2c7eb5d528df721febc4093e6 (patch) | |
tree | 16146a6bea10f5081490cfc050028a246d9ef985 /archivers | |
parent | 7a33cb7293cf38a3aa33d9cb53f2e90b3edeaaf0 (diff) | |
download | freebsd-ports-gnome-813c9878667702a2c7eb5d528df721febc4093e6.tar.gz freebsd-ports-gnome-813c9878667702a2c7eb5d528df721febc4093e6.tar.zst freebsd-ports-gnome-813c9878667702a2c7eb5d528df721febc4093e6.zip |
- Change maintainer email to @FreeBSD.org
- Use new LIB_DEPENDS syntax
- Add staging support
Approved by: wg (mentor)
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/hlextract/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index 864244ef5513..5a17490efa42 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -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> |