diff options
author | rillig <rillig@pkgsrc.org> | 2006-06-17 19:29:11 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-06-17 19:29:11 +0000 |
commit | 05b8ec4b998aad6cd7086a99765c177e25824654 (patch) | |
tree | cf528f1cf118159290b3cb00ed664a17d34d7fc2 /emulators/freebsd_lib | |
parent | 9cf3f909598b86f190e16684dacc57d04d49686c (diff) | |
download | pkgsrc-05b8ec4b998aad6cd7086a99765c177e25824654.tar.gz |
Removed obsolete definition of {DE,}INSTALL_SRC. Bumped PKGREVISION.
Diffstat (limited to 'emulators/freebsd_lib')
-rw-r--r-- | emulators/freebsd_lib/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 5cbc1aca1f5..b47b344da10 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.20 2006/03/14 01:14:28 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2006/06/17 19:30:12 rillig Exp $ # DISTNAME= freebsd_lib-2.2.7 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= emulators MASTER_SITES= http://www.flame.org/NetBSD/ @@ -13,8 +13,6 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 WRKSRC= ${WRKDIR} NO_BUILD= yes -INSTALL_SRC= ${PKGDIR}/INSTALL -DEINSTALL_SRC= # empty do-install: ${INSTALL_DATA_DIR} ${PREFIX}/emul/freebsd |