diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 01:02:57 +0000 |
commit | ecfa41e79d43b6e6c59cfc7ea8de3bbf6643dda3 (patch) | |
tree | ee68401b2ee3dafe958408cec9cdc338aab8b747 /archivers/ha | |
parent | 55ab98ad28758a878cd5cc3bcceaf8d2ec7fa8ab (diff) |
Notes
Diffstat (limited to 'archivers/ha')
-rw-r--r-- | archivers/ha/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index ec171fab997b..1a3aaf3d8da2 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: ha -# Date created: 24 Jan 1995 -# Whom: ache -# +# Created by: ache # $FreeBSD$ -# PORTNAME= ha PORTVERSION= 0.999b @@ -22,7 +18,7 @@ NO_WRKSUBDIR= yes PLIST_FILES= bin/ha MAKEFILE= makefile.nix ALL_TARGET= ha -USE_GMAKE= yes +USES= gmake post-patch: @${REINPLACE_CMD} 's,<malloc.h>,<stdlib.h>,' \ |