- re-add SUBST_CMD back and chown the file so that the .bak file does not
end up in PLIST - fix the icon PATH in the .desktop file while here - bump
This commit is contained in:
parent
f53cac22fb
commit
fed387439d
@ -1,9 +1,9 @@
|
|||||||
# $OpenBSD: Makefile,v 1.9 2009/01/28 23:18:56 sthen Exp $
|
# $OpenBSD: Makefile,v 1.10 2009/01/28 23:50:47 ajacoutot Exp $
|
||||||
|
|
||||||
COMMENT= advanced music player
|
COMMENT= advanced music player
|
||||||
|
|
||||||
DISTNAME= aqualung-0.9beta9.1
|
DISTNAME= aqualung-0.9beta9.1
|
||||||
PKGNAME= ${DISTNAME}p6
|
PKGNAME= ${DISTNAME}p7
|
||||||
CATEGORIES= audio
|
CATEGORIES= audio
|
||||||
|
|
||||||
HOMEPAGE= http://aqualung.factorial.hu/
|
HOMEPAGE= http://aqualung.factorial.hu/
|
||||||
@ -79,8 +79,8 @@ CONFIGURE_ARGS= --with-flac \
|
|||||||
post-install:
|
post-install:
|
||||||
mv ${PREFIX}/share/aqualung/doc ${PREFIX}/share/doc/aqualung
|
mv ${PREFIX}/share/aqualung/doc ${PREFIX}/share/doc/aqualung
|
||||||
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
${INSTALL_DATA_DIR} ${PREFIX}/share/applications
|
||||||
${INSTALL_DATA} ${FILESDIR}/aqualung.desktop \
|
@${SUBST_CMD} -c ${FILESDIR}/aqualung.desktop \
|
||||||
${PREFIX}/share/applications
|
${PREFIX}/share/applications/aqualung.desktop
|
||||||
@${SUBST_CMD} ${PREFIX}/share/applications/aqualung.desktop
|
@chown ${SHAREOWN}:${SHAREGRP} ${PREFIX}/share/applications/aqualung.desktop
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
@ -8,7 +8,7 @@ Name[fi]=Aqualung
|
|||||||
GenericName=Music Player
|
GenericName=Music Player
|
||||||
GenericName[de]=Musik-Wiedergabe
|
GenericName[de]=Musik-Wiedergabe
|
||||||
GenericName[fi]=musiikkisoitin
|
GenericName[fi]=musiikkisoitin
|
||||||
Icon=${PREFIX}/share/aqualung/icon_64.png
|
Icon=${TRUEPREFIX}/share/aqualung/icon_64.png
|
||||||
Exec=aqualung
|
Exec=aqualung
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Categories=Application;AudioVideo;Audio;Player;
|
Categories=Application;AudioVideo;Audio;Player;
|
||||||
|
Loading…
Reference in New Issue
Block a user