diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /archivers/ha | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index d0daaffd181b..3ae4d8fef042 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -7,7 +7,6 @@ PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ha0999 -EXTRACT_SUFX= .tgz MAINTAINER= ak@FreeBSD.org COMMENT= File archiver based on HSC compression method @@ -20,7 +19,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix ALL_TARGET= ha -USES= gmake +USES= gmake tar:tgz post-patch: @${REINPLACE_CMD} 's,<malloc.h>,<stdlib.h>,' \ |