|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= mkhexgrid |
8 |
PORTNAME= mkhexgrid |
| 9 |
PORTVERSION= 0.1.0 |
9 |
PORTVERSION= 0.1.1 |
| 10 |
CATEGORIES= games |
10 |
CATEGORIES= games |
| 11 |
MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \ |
11 |
MASTER_SITES= http://www.nomic.net/~uckelman/mkhexgrid/releases/ \ |
| 12 |
http://aaron.daltons.ca/freebsd/ |
12 |
http://aaron.daltons.ca/freebsd/ |
|
Lines 33-39
Link Here
|
| 33 |
post-install: |
33 |
post-install: |
| 34 |
.if !defined(NOPORTDOCS) |
34 |
.if !defined(NOPORTDOCS) |
| 35 |
@${MKDIR} ${DOCSDIR} |
35 |
@${MKDIR} ${DOCSDIR} |
| 36 |
@${INSTALL_DATA} ${WRKSRC}/mkhexgrid.html ${DOCSDIR} |
36 |
@${INSTALL_DATA} ${WRKSRC}/doc/mkhexgrid.html ${DOCSDIR} |
| 37 |
@${ECHO} "Documentation has been installed in ${DOCSDIR}." |
37 |
@${ECHO} "Documentation has been installed in ${DOCSDIR}." |
| 38 |
.endif |
38 |
.endif |
| 39 |
|
39 |
|