ignore checksum as tarball is built on the fly
This commit is contained in:
parent
1594bb9093
commit
6603557a4d
@ -2,7 +2,7 @@
|
||||
# Date created: May 18 1998
|
||||
# Whom: Angelos D. Keromytis
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 1998/05/19 03:55:37 angelos Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 1998/06/09 20:23:11 marc Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xfed
|
||||
@ -16,6 +16,11 @@ USE_IMAKE= yes
|
||||
MAKE_FLAGS= MANDIR=${PREFIX}/man/man1
|
||||
BINDIR=${PREFIX}/bin -f
|
||||
|
||||
# As the xfed tarball is created on the fly the checksum will always
|
||||
# be incorrect; so don't bother...
|
||||
#
|
||||
NO_CHECKSUM= yes
|
||||
|
||||
pre-clean:
|
||||
-rm -rf ${.CURDIR}/src
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
MD5 (xfed.tar.gz) = 26325c5b13f8bcd09a9120f5cb388479
|
Loading…
Reference in New Issue
Block a user