Date: Wed, 4 Oct 2017 11:40:06 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451220 - head/audio/rio500 Message-ID: <201710041140.v94Be6GP004043@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Wed Oct 4 11:40:06 2017 New Revision: 451220 URL: https://svnweb.freebsd.org/changeset/ports/451220 Log: Remove useless dual inclusion of pre.mk/post.mk While here add license Modified: head/audio/rio500/Makefile Modified: head/audio/rio500/Makefile ============================================================================== --- head/audio/rio500/Makefile Wed Oct 4 11:37:33 2017 (r451219) +++ head/audio/rio500/Makefile Wed Oct 4 11:40:06 2017 (r451220) @@ -10,18 +10,19 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Utilities for Diamond Rio500 +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GNOME= glib12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-devicepath='/dev' \ --with-deviceentry='urio0' \ --with-id3support -.include <bsd.port.pre.mk> - post-patch: ${REINPLACE_CMD} -e "s,byteswap.h,sys/endian.h," \ ${WRKSRC}/lib/libfon.c \ ${WRKSRC}/lib/librio500.c ${REINPLACE_CMD} -e "s,getopt.h,," ${WRKSRC}/include/Makefile.in -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710041140.v94Be6GP004043>