|
Lines 6-13
Link Here
|
| 6 |
# |
6 |
# |
| 7 |
|
7 |
|
| 8 |
PORTNAME= pam_pwdfile |
8 |
PORTNAME= pam_pwdfile |
| 9 |
PORTVERSION= 0.95 |
9 |
PORTVERSION= 0.99 |
| 10 |
PORTREVISION= 1 |
|
|
| 11 |
CATEGORIES= security |
10 |
CATEGORIES= security |
| 12 |
MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/ |
11 |
MASTER_SITES= http://cpbotha.net/files/pam_pwdfile/ |
| 13 |
|
12 |
|
|
Lines 16-26
Link Here
|
| 16 |
|
15 |
|
| 17 |
MAKEFILE= ${FILESDIR}/Makefile.bsd |
16 |
MAKEFILE= ${FILESDIR}/Makefile.bsd |
| 18 |
|
17 |
|
|
|
18 |
PLIST_FILES= lib/pam_pwdfile.so |
| 19 |
PORTDOCS= README INSTALL changelog |
| 20 |
|
| 21 |
post-patch: |
| 22 |
${REINPLACE_CMD} -e 's|#include <features.h>||g' ${WRKSRC}/pam_pwdfile.c |
| 23 |
|
| 19 |
post-install: |
24 |
post-install: |
| 20 |
.if !defined(NOPORTDOCS) |
25 |
.if !defined(NOPORTDOCS) |
| 21 |
@${MKDIR} ${DOCSDIR} |
26 |
@${MKDIR} ${DOCSDIR} |
| 22 |
@${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/changelog \ |
27 |
.for docs in ${PORTDOCS} |
| 23 |
${WRKSRC}/INSTALL ${DOCSDIR} |
28 |
@${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR} |
|
|
29 |
.endfor |
| 24 |
.endif |
30 |
.endif |
| 25 |
|
31 |
|
| 26 |
.include <bsd.port.mk> |
32 |
.include <bsd.port.mk> |