Summary: | New port: www/mod_musixindex | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Cheng-Lung Sung <clsung> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | clsung | ||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Cheng-Lung Sung
2003-11-01 15:40:11 UTC
Hi ! > echo x - mod_musicindex/files/patch-Makefile > sed 's/^X//' >mod_musicindex/files/patch-Makefile << 'END-of-mod_musicindex/files/patch-Makefile' > X-rw-r--r-- 1 clsung staff 3087 Nov 1 20:09 Makefile > X-rw-r--r-- 1 clsung staff 3049 Oct 30 20:41 Makefile.orig > END-of-mod_musicindex/files/patch-Makefile > echo x - mod_musicindex/files/patch-playlist.h > sed 's/^X//' >mod_musicindex/files/patch-playlist.h << 'END-of-mod_musicindex/files/patch-playlist.h' > X-rw-r--r-- 1 clsung staff 1599 Nov 1 20:10 playlist.h > X-rw-r--r-- 1 clsung staff 1563 Oct 30 20:41 playlist.h.orig > END-of-mod_musicindex/files/patch-playlist.h Seems to be a problem with your patches :) > X.if !defined(NOPORTDOCS) > X @${INSTALL} -d -m 0755 ${DATADIR} > X.for f in ${DOCS_HTMLIMAGES} > X ${INSTALL_DATA} ${WRKSRC}/musicindex/${f} ${DATADIR} > X.endfor > X.endif use ${DOCSDIR} with NOPORTDOCS please. > X%%PORTDOCS%%share/mod_musicindex/general.png > X%%PORTDOCS%%share/mod_musicindex/musicindex.css > X%%PORTDOCS%%share/mod_musicindex/right_arrow.gif > X%%PORTDOCS%%share/mod_musicindex/sound.png > X%%PORTDOCS%%@dirrm share/mod_musicindex Use %%DOSCDIR%% (note that %%DATADIR%% works too) clem State Changed From-To: open->closed committed, thanks |