pkgsrc/emulators/suse100_vmware/Makefile
jlam 90a3b55cb1 When testing for the existence of the symlink before removal, use
"test -h", not "test -e" which tests for the existence of the target
of the symlink.

Bump the PKGREVISIONs of suse100_vmware and suse91_vmware.
2007-08-22 02:19:15 +00:00

15 lines
407 B
Makefile

# $NetBSD: Makefile,v 1.3 2007/08/22 02:19:15 jlam Exp $
DISTNAME= suse_vmware-${SUSE_VERSION}
PKGREVISION= 2
CATEGORIES= emulators
DISTFILES= grep-2.5.1a-5.${SUSE_ARCH}.rpm
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Linux compatibility package to help run VMware
EMUL_MODULES.linux= base x11
RPMIGNOREPATH= usr
.include "../../emulators/suse100_linux/Makefile.common"
.include "../../mk/bsd.pkg.mk"