diff options
author | knu <knu@FreeBSD.org> | 2001-10-02 12:03:05 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-10-02 12:03:05 +0000 |
commit | a994f3a08a85aa8e0929192a7bf5d85d55699b63 (patch) | |
tree | 62184a95479eb0c77a6ec26fad8bd4b404a4d9fc /games/unnethack | |
parent | 77f2dcb85527f31f2afc3f0d7976aa4076785463 (diff) | |
download | FreeBSD-ports-a994f3a08a85aa8e0929192a7bf5d85d55699b63.zip FreeBSD-ports-a994f3a08a85aa8e0929192a7bf5d85d55699b63.tar.gz |
- Update to 0.0.6e4f5.
- Update MAINTAINER's mail address.
- Support NOPORTDOCS.
PR: ports/30964
Submitted by: Adam Kranzel <adam@blacktabby.org>
- Use DOCSDIR and PORTVERSION where appropriate.
Diffstat (limited to 'games/unnethack')
-rw-r--r-- | games/unnethack/Makefile | 16 | ||||
-rw-r--r-- | games/unnethack/distinfo | 2 | ||||
-rw-r--r-- | games/unnethack/pkg-plist | 9 |
3 files changed, 13 insertions, 14 deletions
diff --git a/games/unnethack/Makefile b/games/unnethack/Makefile index d0069ca..cb790c2 100644 --- a/games/unnethack/Makefile +++ b/games/unnethack/Makefile @@ -6,19 +6,19 @@ # PORTNAME= slashem -PORTVERSION= 0.0.6E.4F.4 +PORTVERSION= 0.0.6E.4F.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} PKGNAMESUFFIX= -tty -DISTNAME= se006e4f4 +DISTNAME= se${PORTVERSION:S/.//g:L} -MAINTAINER= adam@alameda.edu +MAINTAINER= adam@blacktabby.org USE_GMAKE= yes MAN6= dgn_comp.6 dlb.6 lev_comp.6 slashem-tty.6 recover.6 -WRKSRC= ${WRKDIR}/slashem-0.0.6E4F4 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/([A-Z])./\1/g} post-patch: ${PERL} -pi -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/include/config.h @@ -31,10 +31,10 @@ post-install: @cp ${WRKSRC}/doc/slashem.6 ${WRKSRC}/doc/slashem${PKGNAMESUFFIX}.6 @cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}${PKGNAMESUFFIX} - ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} - ${CP} ${WRKSRC}/slamfaq.txt ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} - ${CP} ${FILESDIR}/sample.slashemrc ${PREFIX}/share/doc/slashem${PKGNAMESUFFIX} + ${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} + ${INSTALL_MAN} ${WRKSRC}/doc/Guidebook.txt ${DOCSDIR}${PKGNAMESUFFIX} + ${INSTALL_MAN} ${WRKSRC}/slamfaq.txt ${DOCSDIR}${PKGNAMESUFFIX} + ${INSTALL_MAN} ${FILESDIR}/sample.slashemrc ${DOCSDIR}${PKGNAMESUFFIX} .endif @${CAT} ${PKGMESSAGE} diff --git a/games/unnethack/distinfo b/games/unnethack/distinfo index f1dd5ec..6b80f28 100644 --- a/games/unnethack/distinfo +++ b/games/unnethack/distinfo @@ -1 +1 @@ -MD5 (se006e4f4.tar.gz) = 7899a948c64ed4d4e716c1080e1bb980 +MD5 (se006e4f5.tar.gz) = ab03bfcc47f71bcfbb943102a6cb36cb diff --git a/games/unnethack/pkg-plist b/games/unnethack/pkg-plist index 4265361..a6c94e2 100644 --- a/games/unnethack/pkg-plist +++ b/games/unnethack/pkg-plist @@ -5,10 +5,9 @@ share/slashem-tty/slashem-tty @exec chmod 2755 %D/share/slashem-tty/save @exec chown games:games %D/share/slashem-tty/save @unexec rm -rf %D/share/slashem-tty/save -@exec chmod -R 775 %D/share/doc/slashem-tty -share/doc/slashem-tty/Guidebook.txt -share/doc/slashem-tty/slamfaq.txt -share/doc/slashem-tty/sample.slashemrc +%%PORTDOCS%%share/doc/slashem-tty/Guidebook.txt +%%PORTDOCS%%share/doc/slashem-tty/slamfaq.txt +%%PORTDOCS%%share/doc/slashem-tty/sample.slashemrc share/slashem-tty/license share/slashem-tty/nhshare share/slashem-tty/nhushare @@ -17,4 +16,4 @@ share/slashem-tty/logfile share/slashem-tty/record share/slashem-tty/perm @dirrm share/slashem-tty -@dirrm share/doc/slashem-tty +%%PORTDOCS%%@dirrm share/doc/slashem-tty |