diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-05 09:55:07 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-05 09:55:07 +0000 |
commit | 6d52fc18ff837bda085d70a1d8a92e623754ce4d (patch) | |
tree | 140f346829973bf5bcf1f0295ca1bd853ef97293 /emulators/x48/Makefile | |
parent | 4a4f9c4439bfd3ea755dea9d2b316485df7dfdfc (diff) | |
download | ports-6d52fc18ff837bda085d70a1d8a92e623754ce4d.tar.gz ports-6d52fc18ff837bda085d70a1d8a92e623754ce4d.zip |
Notes
Diffstat (limited to 'emulators/x48/Makefile')
-rw-r--r-- | emulators/x48/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index ebb452c1360e..cea4156aeace 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -6,23 +6,24 @@ # PORTNAME= x48 -PORTVERSION= 0.4.1 +PORTVERSION= 0.4.1e CATEGORIES= emulators -MASTER_SITES= http://home.earthlink.net/~rmmlgetz/ -DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//g} +MASTER_SITES= http://www.hpcalc.org/hp48/pc/emulators/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/e//} USE_IMAKE= yes NO_INSTALL_MANPAGES= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/x48 + @${MKDIR} ${DOCSDIR} .for file in README doc/CARDS.doc doc/ROMDump.doc - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/x48 + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif |