diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-11-14 13:03:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-11-14 13:03:13 +0000 |
commit | 3579254c2d1c7318deddfe4d4e2aca1a7bf847c4 (patch) | |
tree | 12461e4556174f0d881adb8cbcddd91b5810530c /emulators/linux_base-suse-9.1/Makefile | |
parent | Add linux_lib. (diff) |
(1) CATEGORIES is "emulation", not "emulators" (I know, I know! I'm going
to do something about this situation once 2.1 is out!)
(2) Add PKGNAME=linux_lib-1.0. Version numbers are always required.
Diffstat (limited to 'emulators/linux_base-suse-9.1/Makefile')
-rw-r--r-- | emulators/linux_base-suse-9.1/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/emulators/linux_base-suse-9.1/Makefile b/emulators/linux_base-suse-9.1/Makefile index f8266a714dde..14fd5cbd4309 100644 --- a/emulators/linux_base-suse-9.1/Makefile +++ b/emulators/linux_base-suse-9.1/Makefile @@ -3,11 +3,13 @@ # Date created: # Whom: erich@FreeBSD.org # -# $Id: Makefile,v 1.3 1995/11/06 15:18:05 erich Exp $ +# $Id: Makefile,v 1.4 1995/11/08 15:05:22 erich Exp $ # DISTNAME= linux_lib -CATEGORIES= emulators +PKGNAME= linux_lib-1.0 +CATEGORIES= emulation + MAINTAINER= erich@FreeBSD.org PREFIX= /compat/linux/ |