svn commit: r451220 - head/audio/rio500

Baptiste Daroussin bapt at FreeBSD.org
Wed Oct 4 11:40:07 UTC 2017


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 at 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>


More information about the svn-ports-all mailing list