View | Details | Raw Unified | Return to bug 142406
Collapse All | Expand All

(-)Makefile (-1 / +4 lines)
Lines 30-41 Link Here
30
		lib/xmms/Input/libnsf.la \
30
		lib/xmms/Input/libnsf.la \
31
		lib/xmms/Input/libnsf.so
31
		lib/xmms/Input/libnsf.so
32
32
33
SUB_FILES=	pkg-message
34
SUB_LIST=	VERSION=${PORTVERSION}
35
33
post-patch:
36
post-patch:
34
	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
37
	@${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|' \
35
		${WRKSRC}/src/nes/nestypes.h
38
		${WRKSRC}/src/nes/nestypes.h
36
	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
39
	@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|' ${WRKSRC}/ltconfig
37
40
38
post-install:
41
post-install:
39
	@${SED} -e 's|%%VERSION%%|${PORTVERSION}|' ${PKGMESSAGE}
42
	@${CAT} ${PKGMESSAGE}
40
43
41
.include <bsd.port.mk>
44
.include <bsd.port.mk>
(-)pkg-message (-6 lines)
Removed Link Here
1
================================================================================
2
A huge .nsf file collection can be found at: http://www.2a03.org/browse.php/2A03
3
4
NSF files may contain multiple tracks. You can activate a special pannel by
5
selecting "NSF Player %%VERSION%% [libnsf.so]" and pressing the "About" button.
6
================================================================================
(-)files/pkg-message.in (+6 lines)
Added Link Here
1
================================================================================
2
A huge .nsf file collection can be found at: http://www.2a03.org/browse.php/2A03
3
4
NSF files may contain multiple tracks. You can activate a special pannel by
5
selecting "NSF Player %%VERSION%% [libnsf.so]" and pressing the "About" button.
6
================================================================================

Return to bug 142406