diff options
Diffstat (limited to 'archivers/hlextract/Makefile')
-rw-r--r-- | archivers/hlextract/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/archivers/hlextract/Makefile b/archivers/hlextract/Makefile index 0059ddf5222a..772fafd51a70 100644 --- a/archivers/hlextract/Makefile +++ b/archivers/hlextract/Makefile @@ -6,7 +6,7 @@ # PORTNAME= hlextract -PORTVERSION= 2.3.0 +PORTVERSION= 2.4.2 CATEGORIES= archivers games MASTER_SITES= http://nemesis.thewavelength.net/files/files/ DISTNAME= hllib${PORTVERSION:S/.//g} @@ -24,9 +24,9 @@ WRKSRC= ${WRKDIR}/HLExtract PLIST_FILES= bin/${PORTNAME} -post-extract: +post-patch: @${REINPLACE_CMD} -e 's,linux/limits,sys/param, ; \ - s,HLExtract\.exe,hlextract,' ${WRKSRC}/Main.c + s,HLExtract\.exe,${PORTNAME},' ${WRKSRC}/Main.c do-build: ${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib \ |