Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= ltris |
8 |
PORTNAME= ltris |
9 |
PORTVERSION= 1.0.6 |
9 |
PORTVERSION= 1.0.7 |
10 |
PORTREVISION= 2 |
|
|
11 |
PORTEPOCH= 1 |
10 |
PORTEPOCH= 1 |
12 |
CATEGORIES= games |
11 |
CATEGORIES= games |
13 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
Lines 33-39
Link Here
|
33 |
post-install: |
32 |
post-install: |
34 |
${CHOWN} root:games ${PREFIX}/bin/${PORTNAME} |
33 |
${CHOWN} root:games ${PREFIX}/bin/${PORTNAME} |
35 |
${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME} |
34 |
${CHMOD} 2755 ${PREFIX}/bin/${PORTNAME} |
36 |
${CHMOD} 664 /var/games/${PORTNAME}/ltris.hscr |
35 |
${CHMOD} 664 ${PREFIX}/var/ltris.hscr |
37 |
${CHOWN} root:games /var/games/${PORTNAME}/ltris.hscr |
36 |
${CHOWN} root:games ${PREFIX}/var/ltris.hscr |
38 |
|
37 |
|
39 |
.include <bsd.port.post.mk> |
38 |
.include <bsd.port.post.mk> |