diff options
author | wiz <wiz> | 2001-04-27 14:59:42 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-27 14:59:42 +0000 |
commit | 04e58a0c92f3b48afc74de7585b28b8e5e70bbea (patch) | |
tree | ffe6e2f8caa274c0848dc702f07e37d5c56909e8 /emulators | |
parent | 3531c325bcdd71199a4958076ae14fe03888b339 (diff) | |
download | pkgsrc-04e58a0c92f3b48afc74de7585b28b8e5e70bbea.tar.gz |
Move HOMEPAGE from DESCR to Makefile.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/x48/Makefile | 3 | ||||
-rw-r--r-- | emulators/x48/pkg/DESCR | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index c57ec23fd7c..4df3f2c7c21 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/27 14:56:27 agc Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/27 14:59:42 wiz Exp $ # DISTNAME= x48_041 @@ -7,6 +7,7 @@ CATEGORIES= emulators MASTER_SITES= http://home.earthlink.net/~rmmlgetz/ MAINTAINER= packages@netbsd.org +HOMEPAGE= http://home.earthlink.net/~rmmlgetz/ COMMENT= HP48 emulator USE_IMAKE= YES diff --git a/emulators/x48/pkg/DESCR b/emulators/x48/pkg/DESCR index 2a0f4f8aeea..eac31089d24 100644 --- a/emulators/x48/pkg/DESCR +++ b/emulators/x48/pkg/DESCR @@ -6,5 +6,3 @@ running this program. Of course you can run this program without a copy of the ROM software in order to write trivial machine code programs but you will not be able to access any of the calculator functionality. - -WWW: http://home.earthlink.net/~rmmlgetz/ |