mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
EXTRACT_SUFX is not necessary when DISTFILES is already specified.
While I'm here, attempt to use more standard variables (PATCH*) in the pre-patch command (patch is in shar format).
This commit is contained in:
parent
f51e69df17
commit
dc33ae23b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5689
@ -3,7 +3,7 @@
|
|||||||
# Date created: 17 January 1997
|
# Date created: 17 January 1997
|
||||||
# Whom: FURUSAWA,Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
|
# Whom: FURUSAWA,Kazuhisa <furusawa@com.cs.osakafu-u.ac.jp>
|
||||||
#
|
#
|
||||||
# $Id$
|
# $Id: Makefile,v 1.3 1997/02/17 05:01:18 obrien Exp $
|
||||||
#
|
#
|
||||||
|
|
||||||
PKGNAME= xengine-1.0.1
|
PKGNAME= xengine-1.0.1
|
||||||
@ -20,12 +20,12 @@ NO_WRKSUBDIR= yes
|
|||||||
USE_IMAKE= yes
|
USE_IMAKE= yes
|
||||||
|
|
||||||
EXTRACT_CMD= zcat
|
EXTRACT_CMD= zcat
|
||||||
EXTRACT_SUFX= .z
|
|
||||||
EXTRACT_BEFORE_ARGS=
|
EXTRACT_BEFORE_ARGS=
|
||||||
EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR)
|
EXTRACT_AFTER_ARGS= | gunshar -d $(WRKDIR)
|
||||||
|
PATCH_DIST_STRIP= -p1 # no ${PATCHFILES} but used below
|
||||||
|
|
||||||
pre-patch:
|
pre-patch:
|
||||||
@cd $(WRKSRC) ; patch < xengine.patch1
|
@cd $(WRKSRC) ; ${PATCH} ${PATCH_DIST_ARGS} < xengine.patch1
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
|
Loading…
Reference in New Issue
Block a user