|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= vagalume |
8 |
PORTNAME= vagalume |
| 9 |
PORTVERSION= 0.8.1 |
9 |
PORTVERSION= 0.8.2 |
| 10 |
CATEGORIES= audio |
10 |
CATEGORIES= audio |
| 11 |
MASTER_SITES= http://vagalume.igalia.com/files/source/ \ |
11 |
MASTER_SITES= http://vagalume.igalia.com/files/source/ \ |
| 12 |
${MASTER_SITE_DEBIAN_POOL} |
12 |
${MASTER_SITE_DEBIAN_POOL} |
|
Lines 69-73
Link Here
|
| 69 |
post-patch: |
69 |
post-patch: |
| 70 |
@${REINPLACE_CMD} -e 's|serviceentrydir = @serviceentrydir@|serviceentrydir = ${PREFIX}/share/dbus-1/services|' \ |
70 |
@${REINPLACE_CMD} -e 's|serviceentrydir = @serviceentrydir@|serviceentrydir = ${PREFIX}/share/dbus-1/services|' \ |
| 71 |
${WRKSRC}/Makefile.in |
71 |
${WRKSRC}/Makefile.in |
|
|
72 |
.if defined(WITHOUT_NLS) |
| 73 |
@${REINPLACE_CMD} -e 's|SUBDIRS = src po|SUBDIRS = src|' \ |
| 74 |
${WRKSRC}/Makefile.in |
| 75 |
.endif |
| 72 |
|
76 |
|
| 73 |
.include <bsd.port.post.mk> |
77 |
.include <bsd.port.post.mk> |