diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-03 03:10:20 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-05-03 03:10:20 +0000 |
commit | cf5c3f74c642eb3f4678b6b8c16f447595356cbe (patch) | |
tree | 3769d95545f72f946904ff85d488d704b39dad51 /audio/tempest_for_eliza | |
parent | 63e75df5a86672d915387824d789f2244f528230 (diff) | |
download | ports-cf5c3f74c642eb3f4678b6b8c16f447595356cbe.tar.gz ports-cf5c3f74c642eb3f4678b6b8c16f447595356cbe.zip |
Notes
Diffstat (limited to 'audio/tempest_for_eliza')
-rw-r--r-- | audio/tempest_for_eliza/Makefile | 8 | ||||
-rw-r--r-- | audio/tempest_for_eliza/pkg-plist | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile index 714874bffafe..2fd97298cc7e 100644 --- a/audio/tempest_for_eliza/Makefile +++ b/audio/tempest_for_eliza/Makefile @@ -19,14 +19,14 @@ GNU_CONFIGURE= yes USE_SDL= sdl post-install: - ${MKDIR} ${PREFIX}/share/tempest + @${MKDIR} ${PREFIX}/share/tempest .for S in forelise jonny fruehling saints oldmacdonald ungarian \ godfather starwars tempest - ${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest + @${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest .endfor .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/tempest - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tempest + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/audio/tempest_for_eliza/pkg-plist b/audio/tempest_for_eliza/pkg-plist index 4065ea3a5929..dd544d91827e 100644 --- a/audio/tempest_for_eliza/pkg-plist +++ b/audio/tempest_for_eliza/pkg-plist @@ -9,6 +9,6 @@ share/tempest/ungarian share/tempest/godfather share/tempest/starwars share/tempest/tempest -@dirrm share/tempest -%%DOCSDIR%%README +%%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm share/tempest |