diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-05 23:43:13 +0000 |
commit | db413244c100322f6d3f1e786bfc25cd5faf1a45 (patch) | |
tree | 2882387616c92b6edb047d960dfb306df707aa23 /comms/vrflash | |
parent | 4bdb304d7f696835f39fa3321ddcf6c2d692cbe9 (diff) | |
download | FreeBSD-ports-db413244c100322f6d3f1e786bfc25cd5faf1a45.zip FreeBSD-ports-db413244c100322f6d3f1e786bfc25cd5faf1a45.tar.gz |
- make portlint happier
- use DOCSDIR or EXAMPLESDIR
- get rid of some INTERACTIVE scrips in news/ifmail
Diffstat (limited to 'comms/vrflash')
-rw-r--r-- | comms/vrflash/Makefile | 4 | ||||
-rw-r--r-- | comms/vrflash/pkg-comment | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile index d2a2bbd..769130e 100644 --- a/comms/vrflash/Makefile +++ b/comms/vrflash/Makefile @@ -19,9 +19,9 @@ DOCS= agenda-flashing-overview.txt troubleshooting.txt \ do-install: ${INSTALL_PROGRAM} -m 755 ${WRKSRC}/vrflash ${PREFIX}/bin/ .if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/${PORTNAME} + ${MKDIR} ${DOCSDIR} .for i in ${DOCS} - ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${PREFIX}/share/doc/${PORTNAME}/ + ${INSTALL_DATA} ${WRKSRC}/doc/${i} ${DOCSDIR}/ .endfor .endif diff --git a/comms/vrflash/pkg-comment b/comms/vrflash/pkg-comment index 4f27b9e..992e322 100644 --- a/comms/vrflash/pkg-comment +++ b/comms/vrflash/pkg-comment @@ -1 +1 @@ -flash kernels and romdisks to the Agenda VR3 +Flash kernels and romdisks to the Agenda VR3 |