svn commit: r327277 - head/audio/dtmfdial

Ruslan Makhmatkhanov rm at FreeBSD.org
Sat Sep 14 11:56:43 UTC 2013


Author: rm
Date: Sat Sep 14 11:56:42 2013
New Revision: 327277
URL: http://svnweb.freebsd.org/changeset/ports/327277

Log:
  - move pkg-plist entry into PLIST_FILES

Deleted:
  head/audio/dtmfdial/pkg-plist
Modified:
  head/audio/dtmfdial/Makefile

Modified: head/audio/dtmfdial/Makefile
==============================================================================
--- head/audio/dtmfdial/Makefile	Sat Sep 14 11:42:42 2013	(r327276)
+++ head/audio/dtmfdial/Makefile	Sat Sep 14 11:56:42 2013	(r327277)
@@ -15,6 +15,8 @@ WRKSRC=		${WRKDIR}/dial
 MAKE_ARGS=	CFLAGS="${CFLAGS}"
 PORTDOCS=	README TODO
 
+PLIST_FILES=	bin/dtmfdial
+
 .include <bsd.port.options.mk>
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/dial ${PREFIX}/bin/dtmfdial


More information about the svn-ports-head mailing list