diff options
author | joerg <joerg@pkgsrc.org> | 2007-09-02 12:10:03 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-09-02 12:10:03 +0000 |
commit | 87b0fc87fc2ce6ca48589c4146817cf5a56989c6 (patch) | |
tree | b88e5a02008417a00561daf4bebfacecb75b1e38 /emulators/pcemu/Makefile | |
parent | 1b090b7a94e8cddf1caca46933d41db4c1ab9c11 (diff) | |
download | pkgsrc-87b0fc87fc2ce6ca48589c4146817cf5a56989c6.tar.gz |
Don't install world writable files. Actually use the normal
install macros to avoid such programs in the future. Bump revision.
Diffstat (limited to 'emulators/pcemu/Makefile')
-rw-r--r-- | emulators/pcemu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile index 6a0f7f91269..62132d79038 100644 --- a/emulators/pcemu/Makefile +++ b/emulators/pcemu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2007/02/19 17:52:53 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2007/09/02 12:10:03 joerg Exp $ DISTNAME= pcemu1.01alpha PKGNAME= pcemu-1.01a -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \ ftp://ftp.interface-business.de/pub/outgoing/ \ |