|
Lines 6-12
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= cnupm |
8 |
PORTNAME= cnupm |
| 9 |
PORTVERSION= 3.11 |
9 |
PORTVERSION= 3.12 |
| 10 |
CATEGORIES= net ipv6 |
10 |
CATEGORIES= net ipv6 |
| 11 |
MASTER_SITES= http://pdp-11.org.ru/~form/cnupm/files/ \ |
11 |
MASTER_SITES= http://pdp-11.org.ru/~form/cnupm/files/ \ |
| 12 |
ftp://cvs.1system.ru/pub/local/src/cnupm/ |
12 |
ftp://cvs.1system.ru/pub/local/src/cnupm/ |
|
Lines 25-30
Link Here
|
| 25 |
|
25 |
|
| 26 |
PLIST_SUB+= CNUPM_OWN="${CNUPM_OWN}" CNUPM_GRP="${CNUPM_GRP}" |
26 |
PLIST_SUB+= CNUPM_OWN="${CNUPM_OWN}" CNUPM_GRP="${CNUPM_GRP}" |
| 27 |
|
27 |
|
|
|
28 |
PORTDOCS= README |
| 29 |
|
| 28 |
post-install: |
30 |
post-install: |
| 29 |
${PW} groupshow ${CNUPM_GRP} 2>/dev/null || ${PW} groupadd \ |
31 |
${PW} groupshow ${CNUPM_GRP} 2>/dev/null || ${PW} groupadd \ |
| 30 |
-n ${CNUPM_GRP} |
32 |
-n ${CNUPM_GRP} |
|
Lines 35-41
Link Here
|
| 35 |
${PW} usermod -n ${CNUPM_OWN} -d ${PREFIX}/var/cnupm |
37 |
${PW} usermod -n ${CNUPM_OWN} -d ${PREFIX}/var/cnupm |
| 36 |
.if !defined(NOPORTDOCS) |
38 |
.if !defined(NOPORTDOCS) |
| 37 |
@${MKDIR} ${DOCSDIR} |
39 |
@${MKDIR} ${DOCSDIR} |
| 38 |
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} |
40 |
.for docs in ${PORTDOCS} |
|
|
41 |
@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} |
| 42 |
.endfor |
| 39 |
.endif |
43 |
.endif |
| 40 |
|
44 |
|
| 41 |
@${CAT} ${PKGMESSAGE} |
45 |
@${CAT} ${PKGMESSAGE} |