mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Support staging
- Convert USE_BZIP2 to USES - Don't remove mtree dirs - Remove reduntant CONFIGURE_ARGS Approved by: portmgr blanket
This commit is contained in:
parent
c2ffd49dc9
commit
b73f93a117
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353514
2 changed files with 1 additions and 7 deletions
|
@ -7,7 +7,6 @@ PORTREVISION= 2
|
||||||
CATEGORIES= net-im
|
CATEGORIES= net-im
|
||||||
MASTER_SITES= http://pidginaudacious.sourceforge.net/files/ \
|
MASTER_SITES= http://pidginaudacious.sourceforge.net/files/ \
|
||||||
ftp://ftp.lissyara.su/users/gx_ua/distfiles/
|
ftp://ftp.lissyara.su/users/gx_ua/distfiles/
|
||||||
#DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
||||||
|
|
||||||
MAINTAINER= gnixua@gmail.com
|
MAINTAINER= gnixua@gmail.com
|
||||||
COMMENT= Pidgin-Audacious-Remote is a plug-in for Pidgin 2
|
COMMENT= Pidgin-Audacious-Remote is a plug-in for Pidgin 2
|
||||||
|
@ -16,12 +15,8 @@ BUILD_DEPENDS= audacious>=2.2:${PORTSDIR}/multimedia/audacious \
|
||||||
pidgin:${PORTSDIR}/net-im/pidgin
|
pidgin:${PORTSDIR}/net-im/pidgin
|
||||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USES= pkgconfig
|
USES= tar:bzip2 pkgconfig
|
||||||
USE_BZIP2= yes
|
|
||||||
|
|
||||||
|
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= "--prefix=${PREFIX}"
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -9,5 +9,4 @@ share/pixmaps/pidgin/pidgin-audacious-remote/previous.png
|
||||||
share/pixmaps/pidgin/pidgin-audacious-remote/stop.png
|
share/pixmaps/pidgin/pidgin-audacious-remote/stop.png
|
||||||
@dirrm share/pixmaps/pidgin/pidgin-audacious-remote
|
@dirrm share/pixmaps/pidgin/pidgin-audacious-remote
|
||||||
@dirrmtry share/pixmaps/pidgin
|
@dirrmtry share/pixmaps/pidgin
|
||||||
@dirrmtry share/pixmaps
|
|
||||||
@dirrmtry lib/pidgin
|
@dirrmtry lib/pidgin
|
||||||
|
|
Loading…
Add table
Reference in a new issue