freebsd-ports/games/daimonin-music/Makefile
John Marino dbec5e380f games/daimonin-music: Remove NO_CHECKSUM
It appears the original maintainer was trying to have the port
continue to work even when the AllMusic.zip distinfo file got updated.
He also worked under the assumption that the port was updated in place
rather than be deinstalled and reinstalled, hence all the logic in the
pkg-plist previously.

I removed NO_CHECKSUM, generated a distinfo file, and updated the
portversion to match the latest modification date (2012-04-02).  The
related PR provided minimal inspiration, but the same goal has been
achieved.

PR:		ports/170052
2013-12-26 23:17:22 +00:00

25 lines
506 B
Makefile

# Created by: J.R. Oldroyd <fbsd@opal.com>
# $FreeBSD$
PORTNAME= daimonin-music
PORTVERSION= 20120402
CATEGORIES= games
MASTER_SITES= SF/daimonin/Addon%20packs/Music/
DISTNAME= AllMusic
DIST_SUBDIR= daimonin
MAINTAINER= ports@FreeBSD.org
COMMENT= Music for daimonin client
NO_BUILD= true
USE_ZIP= true
MYDATADIR= ${PREFIX}/share/daimonin
EXTRACT_BEFORE_ARGS= -aqo
do-install:
${MKDIR} ${STAGEDIR}${MYDATADIR}
cd ${WRKDIR} && ${COPYTREE_SHARE} media ${STAGEDIR}${MYDATADIR}/
.include <bsd.port.mk>