Update manpage location (r523104)
- Update WWW
This commit is contained in:
parent
271bcbad44
commit
e59e382ba7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523532
2 changed files with 3 additions and 3 deletions
|
@ -20,7 +20,7 @@ PORTSCOUT= skipv:0.8.5
|
|||
ALL_TARGET= mp3info
|
||||
USES= ncurses tar:tgz
|
||||
|
||||
PLIST_FILES= bin/mp3info man/man1/mp3info.1.gz
|
||||
PLIST_FILES= bin/mp3info share/man/man1/mp3info.1.gz
|
||||
PORTDOCS= ChangeLog README mp3info.txt
|
||||
|
||||
GTK2_ALL_TARGET= gmp3info
|
||||
|
@ -30,7 +30,7 @@ GTK2_USES= gnome pkgconfig
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
|
||||
do-install-GTK2-on:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/gmp3info ${STAGEDIR}${PREFIX}/bin/
|
||||
|
|
|
@ -3,4 +3,4 @@ MP3Info can also display various techincal aspects of an MP3 file including
|
|||
playing time, bit-rate, sampling frequency and other attributes in a pre-defined
|
||||
or user-specifiable output format.
|
||||
|
||||
WWW: http://ibiblio.org/mp3info/
|
||||
WWW: https://ibiblio.org/mp3info/
|
||||
|
|
Loading…
Reference in a new issue