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 | |
parent | - fix MASTER_SITES (diff) |
- update to 0.4.1e
- fix MASTER_SITES
- use ${DOCSDIR}
- add NOPORTDOCS support to pkg-plist
PR: 31610
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=49590
Diffstat (limited to 'emulators/x48')
-rw-r--r-- | emulators/x48/Makefile | 13 | ||||
-rw-r--r-- | emulators/x48/distinfo | 2 | ||||
-rw-r--r-- | emulators/x48/pkg-plist | 8 |
3 files changed, 12 insertions, 11 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 diff --git a/emulators/x48/distinfo b/emulators/x48/distinfo index c06ac8613ee7..11e2fa5a0413 100644 --- a/emulators/x48/distinfo +++ b/emulators/x48/distinfo @@ -1 +1 @@ -MD5 (x48_041.tar.gz) = f74af15851d1feb9d80ec6ef4ccc3c83 +MD5 (x48-041e.tgz) = 0f03da2cea0ca3fd690dcae00f088faa diff --git a/emulators/x48/pkg-plist b/emulators/x48/pkg-plist index 089f27f79fd6..ce19656354ec 100644 --- a/emulators/x48/pkg-plist +++ b/emulators/x48/pkg-plist @@ -3,7 +3,7 @@ bin/dump2rom bin/mkcard bin/x48 lib/X11/app-defaults/X48 -share/doc/x48/CARDS.doc -share/doc/x48/README -share/doc/x48/ROMDump.doc -@dirrm share/doc/x48 +%%PORTDOCS%%share/doc/x48/CARDS.doc +%%PORTDOCS%%share/doc/x48/README +%%PORTDOCS%%share/doc/x48/ROMDump.doc +%%PORTDOCS%%@dirrm share/doc/x48 |