this port does not extract properly. fix it.
This commit is contained in:
parent
05530dce8d
commit
51490d3869
@ -3,7 +3,7 @@
|
||||
# Date created: May 16 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/17 04:20:30 angelos Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1999/10/30 11:25:16 turan Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bulk_mailer-1.5
|
||||
@ -13,7 +13,6 @@ EXTRACT_SUFX= .tar
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
EXTRACT_BEFORE_ARGS= -C ${WRKDIR} -xf
|
||||
NO_WRKSUBDIR= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Ports collection makefile for "hoc", the High Order Calculator
|
||||
# $OpenBSD: Makefile,v 1.3 1999/10/27 16:53:35 ian Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 1999/10/30 11:23:44 turan Exp $
|
||||
|
||||
PKGNAME= hoc-1.1
|
||||
DISTNAME= hoc
|
||||
@ -9,6 +9,8 @@ MASTER_SITES = http://cm.bell-labs.com/cm/cs/who/bwk/
|
||||
|
||||
EXTRACT_SUFX= .sh
|
||||
EXTRACT_CMD= /bin/sh
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS=
|
||||
|
||||
MAKEFILE = makefile
|
||||
ALL_TARGET = hoc
|
||||
|
Loading…
Reference in New Issue
Block a user