diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-08 23:58:44 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-05-08 23:58:44 +0000 |
commit | fba2acda3352129daac7f3a3b300822237ab2ac2 (patch) | |
tree | b642015cdf75b55675719152116a0cd16d9bf646 /net/citrix_ica/Makefile | |
parent | 34777848b8ba2654dce96403c05f4f59bf941a16 (diff) | |
download | pkgsrc-fba2acda3352129daac7f3a3b300822237ab2ac2.tar.gz |
use a common patches directory and distinfo file, but use
patch-${MACHINE_ARCH}-a[a-z] for the patch file names so we
can find the right one per suggestions on tech-pkg.
Diffstat (limited to 'net/citrix_ica/Makefile')
-rw-r--r-- | net/citrix_ica/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net/citrix_ica/Makefile b/net/citrix_ica/Makefile index f1463b6f9df..9c4afe459a8 100644 --- a/net/citrix_ica/Makefile +++ b/net/citrix_ica/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/05/05 17:27:17 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2001/05/08 23:58:44 dmcmahill Exp $ # DISTNAME= citrix_ica-client @@ -32,8 +32,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} -DISTINFO_FILE=${.CURDIR}/distinfo.${MACHINE_ARCH} -PATCHDIR=${.CURDIR}/patches.${MACHINE_ARCH} PLIST_SRC= ${PKGDIR}/PLIST.pre \ ${PKGDIR}/PLIST.${MACHINE_ARCH} \ ${PKGDIR}/PLIST.post @@ -51,6 +49,11 @@ IGNORE= "${PKGNAME} requires SVR4 compability - see compat_svr4(8)" .endif .endif +PATCHDIR=${WRKDIR}/.patches +pre-patch: + ${MKDIR} ${PATCHDIR} + ${CP} ${.CURDIR}/patches/patch-${MACHINE_ARCH}-* ${PATCHDIR} + do-install: ${SED} s%DESTINATION%${CDIR}% ${FILESDIR}/response \ > ${WRKSRC}/response |