diff options
author | petef <petef@FreeBSD.org> | 2001-11-05 17:55:07 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-05 17:55:07 +0800 |
commit | 3d182a1de3851496b9582ff5f6ca65514e224947 (patch) | |
tree | e2dfecab0db7781ebd0d3aa362a410b8e86ebde5 /emulators | |
parent | 20b1c7617cb2c7d425e1c3cbea3b79514bdede8a (diff) | |
download | freebsd-ports-gnome-3d182a1de3851496b9582ff5f6ca65514e224947.tar.gz freebsd-ports-gnome-3d182a1de3851496b9582ff5f6ca65514e224947.tar.zst freebsd-ports-gnome-3d182a1de3851496b9582ff5f6ca65514e224947.zip |
- 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>
Diffstat (limited to 'emulators')
-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 |