Fixed installation problem to work well
This commit is contained in:
parent
1e10d97cc4
commit
5f17d4ef9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22445
2 changed files with 4 additions and 4 deletions
|
@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z
|
|||
|
||||
MAINTAINER= nakai@FreeBSD.org
|
||||
|
||||
WRKSRC= ${WRKDIR}/SMS
|
||||
NO_WRKSUBDIR= yes
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
NO_BUILD= yes
|
||||
|
@ -23,7 +23,9 @@ USE_X_PREFIX= yes
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mg ${PREFIX}/bin
|
||||
.if(!defined(NOPORTDOCS))
|
||||
@${MKDIR} ${PREFIX}/share/mastergear
|
||||
${INSTALL_DATA} ${WRKSRC}/MG.doc ${PREFIX}/share/mastergear
|
||||
${INSTALL_DATA} ${WRKSRC}/MG.html ${PREFIX}/share/mastergear
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1 @@
|
|||
bin/mg
|
||||
share/mastergear/MG.doc
|
||||
@dirrm share/mastergear
|
||||
|
|
Loading…
Reference in a new issue