Index: head/audio/cd2mp3/pkg-plist =================================================================== --- head/audio/cd2mp3/pkg-plist (revision 114761) +++ head/audio/cd2mp3/pkg-plist (nonexistent) @@ -1,3 +0,0 @@ -bin/cd2mp3 -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% Property changes on: head/audio/cd2mp3/pkg-plist ___________________________________________________________________ Deleted: cvs2svn:cvs-rev ## -1 +0,0 ## -1.5 \ No newline at end of property Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/audio/cd2mp3/Makefile =================================================================== --- head/audio/cd2mp3/Makefile (revision 114761) +++ head/audio/cd2mp3/Makefile (revision 114762) @@ -1,30 +1,33 @@ # New ports collection makefile for: cd2mp3 # Date created: 4 January 2000 # Whom: Jamie Heckford # # $FreeBSD$ # PORTNAME= cd2mp3 PORTVERSION= 0.82 PORTEPOCH= 1 CATEGORIES= audio MASTER_SITES= http://www.blackh0le.net/cd2mp3/dist/${PORTVERSION}/ MAINTAINER= jamie@blackh0le.net COMMENT= Easy to use CD Ripping and MP3 Encoding tool RUN_DEPENDS= lame:${PORTSDIR}/audio/lame/ \ dagrab:${PORTSDIR}/audio/dagrab NO_BUILD= yes WRKSRC= ${WRKDIR}/cd2mp3 +PLIST_FILS= bin/cd2mp3 +PORTDOCS= README + do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/cd2mp3 + ${INSTALL_SCRIPT} ${WRKSRC}/cd2mp3 ${PREFIX}/bin/ .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/cd2mp3 - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/cd2mp3/README + ${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include Property changes on: head/audio/cd2mp3/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.8 \ No newline at end of property +1.9 \ No newline at end of property