svn commit: r406028 - head/audio/ifp-line

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 13 09:45:09 UTC 2016


Author: amdmi3
Date: Wed Jan 13 09:45:07 2016
New Revision: 406028
URL: https://svnweb.freebsd.org/changeset/ports/406028

Log:
  - Drop unneeded *FLAGS
  - Switch to options helpers

Modified:
  head/audio/ifp-line/Makefile

Modified: head/audio/ifp-line/Makefile
==============================================================================
--- head/audio/ifp-line/Makefile	Wed Jan 13 09:35:25 2016	(r406027)
+++ head/audio/ifp-line/Makefile	Wed Jan 13 09:45:07 2016	(r406028)
@@ -16,8 +16,7 @@ USES=		autoreconf iconv
 GNU_CONFIGURE=	yes
 MAKE_JOBS_UNSAFE=	yes
 
-CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib -lusb
+LDFLAGS+=	-lusb
 
 PLIST_FILES=	bin/ifp man/man1/ifp.1.gz
 PORTDOCS=	NEWS README TIPS nonroot.sh
@@ -31,6 +30,8 @@ post-patch:
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/ifp ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${WRKSRC}/ifp.1 ${STAGEDIR}${MANPREFIX}/man/man1
+
+do-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	(cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR})
 


More information about the svn-ports-head mailing list