diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-07 20:51:31 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-07 20:51:31 +0000 |
commit | e98325e5bcd701257cb51e70dd1a42bf0662db69 (patch) | |
tree | b72a5ddebbe84bf87c2784ee091acaa4d706d858 /games/xlogical | |
parent | 728240acb72b30de924b21aa1c5d6b4b51bdd24d (diff) | |
download | ports-e98325e5bcd701257cb51e70dd1a42bf0662db69.tar.gz ports-e98325e5bcd701257cb51e70dd1a42bf0662db69.zip |
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Notes
Notes:
svn path=/head/; revision=231812
Diffstat (limited to 'games/xlogical')
-rw-r--r-- | games/xlogical/Makefile | 4 | ||||
-rw-r--r-- | games/xlogical/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/games/xlogical/Makefile b/games/xlogical/Makefile index c4f9cc4a1373..e2ea242bfb8a 100644 --- a/games/xlogical/Makefile +++ b/games/xlogical/Makefile @@ -23,10 +23,12 @@ GNU_CONFIGURE= yes post-extract: ${CHMOD} 755 ${WRKSRC}/missing + ${RM} ${WRKSRC}/LICENSE post-install: +.ifndef NOPORTDOCS ${MKDIR} ${DOCSDIR} - ${RM} ${WRKSRC}/LICENSE ${CP} ${WRKSRC}/[A-Z][A-Z]* ${DOCSDIR} +.endif .include <bsd.port.mk> diff --git a/games/xlogical/pkg-plist b/games/xlogical/pkg-plist index b8f4256f1473..a45cd3012ab9 100644 --- a/games/xlogical/pkg-plist +++ b/games/xlogical/pkg-plist @@ -161,7 +161,7 @@ bin/xlogical var/xlogical/xlogical.scores @dirrm var/xlogical @dirrmtry var -@dirrm %%PORTDOCS%%%%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm %%DATADIR%%/images @dirrm %%DATADIR%%/music @dirrm %%DATADIR%%/sound |