diff options
author | hubertf <hubertf> | 1998-01-19 01:16:29 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-19 01:16:29 +0000 |
commit | 58404011b6c2ef978fb723dbc24337a6f3f6b94c (patch) | |
tree | 02c04169f3ae2fd2fc24c28021a07f70ef798000 /audio/tracker | |
parent | d23a5ea486611ecdaff259b7c67ad9b42969b051 (diff) | |
download | pkgsrc-58404011b6c2ef978fb723dbc24337a6f3f6b94c.tar.gz |
portlint: use command-macros, fix info-file installation, empty line at EOF, ...
Diffstat (limited to 'audio/tracker')
-rw-r--r-- | audio/tracker/Makefile | 20 | ||||
-rw-r--r-- | audio/tracker/patches/patch-af | 14 | ||||
-rw-r--r-- | audio/tracker/pkg/DESCR | 1 | ||||
-rw-r--r-- | audio/tracker/pkg/PLIST | 6 |
4 files changed, 29 insertions, 12 deletions
diff --git a/audio/tracker/Makefile b/audio/tracker/Makefile index 6bea814549d..c7afb824918 100644 --- a/audio/tracker/Makefile +++ b/audio/tracker/Makefile @@ -3,7 +3,7 @@ # Date created: 2 Oct 1994 # Whom: swallace # -# $NetBSD: Makefile,v 1.3 1998/01/08 17:28:13 agc Exp $ +# $NetBSD: Makefile,v 1.4 1998/01/19 01:16:29 hubertf Exp $ # FreeBSD Id: Makefile,v 1.29 1996/12/20 23:46:22 ache Exp # @@ -15,22 +15,24 @@ EXTRACT_SUFX= .tgz # FreeBSD maintainer MAINTAINER= ache@FreeBSD.ORG +EXEC_DEPENDS= ${PREFIX}/bin/install-info:${PORTSDIR}/devel/gtexinfo + RESTRICTED= "Non-redistributable beta" WRKSRC= ${WRKDIR}/tracker -MAKE_FLAGS= MACHINE=netbsd CC=$(CC) INSTALL="$(INSTALL)" \ - INST_BIN_OPT="-c -s -m $(BINMODE) -o $(BINOWN) -g $(BINGRP)" \ - INST_MAN_OPT="-c -m 644 -o $(BINOWN) -g $(BINGRP)" \ - COMPRESSION_FILE=$(PREFIX)/etc/compression_methods \ +MAKE_FLAGS= MACHINE=netbsd CC=${CC} INSTALL="${INSTALL}" \ + INST_BIN_OPT="-c -s -m ${BINMODE} -o ${BINOWN} -g ${BINGRP}" \ + INST_MAN_OPT="-c -m 644 -o ${BINOWN} -g ${BINGRP}" \ + COMPRESSION_FILE=${PREFIX}/etc/compression_methods \ -f post-install: cd ${WRKSRC}/Docs && \ makeinfo --no-split tracker.texinfo -o tracker.info && \ - gzip -f tracker.info && \ - $(INSTALL_MAN) tracker.info.gz ${PREFIX}/info && \ - rm -f tracker.info.gz *.orig + ${CP} tracker.info ${PREFIX}/info && \ + install-info ${PREFIX}/info/tracker.info ${PREFIX}/info/dir && \ + ${RM} -f tracker.info *.orig -${MKDIR} ${PREFIX}/share/doc/tracker - cp -R ${WRKSRC}/Docs/* ${PREFIX}/share/doc/tracker + ${CP} -R ${WRKSRC}/Docs/* ${PREFIX}/share/doc/tracker .include <bsd.port.mk> diff --git a/audio/tracker/patches/patch-af b/audio/tracker/patches/patch-af new file mode 100644 index 00000000000..9efa8dc374b --- /dev/null +++ b/audio/tracker/patches/patch-af @@ -0,0 +1,14 @@ +--- Docs/tracker.texinfo.orig Sun Jan 18 22:18:22 1998 ++++ Docs/tracker.texinfo Sun Jan 18 22:19:30 1998 +@@ -3,6 +3,11 @@ + @setfilename tracker.info + @set VERSION 4.44 + @settitle Tracker @value{VERSION} ++@dircategory Miscellaneous ++@direntry ++* tracker: (tracker). MOD player. ++@end direntry ++ + @c End of header + @set EMAIL Marc.Espie@@ens.fr + @set POSTAL Marc Espie@*60 rue du 4 septembre@*87100 Limoges@*France diff --git a/audio/tracker/pkg/DESCR b/audio/tracker/pkg/DESCR index 2246f24fd3e..bddfc1deb35 100644 --- a/audio/tracker/pkg/DESCR +++ b/audio/tracker/pkg/DESCR @@ -3,4 +3,3 @@ Soundtracker modules originated on the amiga, where several composing playing programs are available, that give results mostly compatible with each other. tracker just plays the specified files in sequence according with the current options. - diff --git a/audio/tracker/pkg/PLIST b/audio/tracker/pkg/PLIST index bb7a15a5c4a..de48c02a807 100644 --- a/audio/tracker/pkg/PLIST +++ b/audio/tracker/pkg/PLIST @@ -1,8 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 1997/11/06 09:58:32 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/01/19 01:16:33 hubertf Exp $ bin/tracker bin/randomize etc/compression_methods -info/tracker.info.gz +@unexec install-info --delete %D/info/tracker.info %D/info/dir +info/tracker.info +@exec install-info %D/info/tracker.info %D/info/dir share/doc/tracker/Html/Aix.html share/doc/tracker/Html/Introduction.html share/doc/tracker/Html/Availability.html |