Change post-install to do-install to avoid installing the binary twice,
in one non-PREFIX location.
This commit is contained in:
parent
1c73a18719
commit
b93f221478
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145508
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ PLIST_FILES= bin/vda2fbd
|
|||
post-build:
|
||||
cd ${WRKSRC}/../doc && ${GZIP_CMD} -c model.ps > model.ps.gz
|
||||
|
||||
post-install:
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/vda2fbd ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${DOCSDIR}
|
||||
|
|
Loading…
Reference in a new issue