diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-23 20:30:50 +0000 |
commit | f4a1e022c0d267b40fde97c90402277490d4eb4f (patch) | |
tree | 55da60aef1b2c32d67ec2312379a244877492550 /audio/sidplayer | |
parent | 0798d61585c1bb62d7fe58a74250b3d4b59388b0 (diff) |
Notes
Diffstat (limited to 'audio/sidplayer')
-rw-r--r-- | audio/sidplayer/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/audio/sidplayer/Makefile b/audio/sidplayer/Makefile index 6c0b188916d9..6cf75f6b729f 100644 --- a/audio/sidplayer/Makefile +++ b/audio/sidplayer/Makefile @@ -15,7 +15,6 @@ COMMENT= C64 SID tune player LICENSE= GPLv2 USE_SDL= yes -NO_STAGE= yes GNU_CONFIGURE= yes SDLINCLUDEDIR= SDL @@ -29,10 +28,10 @@ post-patch: ${WRKSRC}/src/main_sdl.cpp do-install: - ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${CP} ${WRKSRC}/PSID\ Demo/* ${DOCSDIR}/ + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/PSID\ Demo/* ${STAGEDIR}${DOCSDIR} .endif post-install: |