|
Lines 19-24
Link Here
|
| 19 |
JAVA_VERSION= 1.5+ |
19 |
JAVA_VERSION= 1.5+ |
| 20 |
NO_BUILD= yes |
20 |
NO_BUILD= yes |
| 21 |
|
21 |
|
|
|
22 |
SUB_FILES= pkg-message |
| 23 |
|
| 22 |
.include <bsd.port.pre.mk> |
24 |
.include <bsd.port.pre.mk> |
| 23 |
|
25 |
|
| 24 |
post-patch: |
26 |
post-patch: |
|
Lines 44-47
Link Here
|
| 44 |
@(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST} |
46 |
@(cd ${WRKSRC}; ${FIND} . -type d) | ${SORT} -r | ${SED} "s|^.|@dirrm ${PORTNAME}|" >> ${TMPPLIST} |
| 45 |
@(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST} |
47 |
@(cd ${WRKSRC}; ${FIND} . -type d -empty) | ${SORT} -r | ${SED} "s|^.|@exec mkdir -p ${PORTNAME}|" >> ${TMPPLIST} |
| 46 |
|
48 |
|
|
|
49 |
post-install: |
| 50 |
@${CAT} ${PKGMESSAGE} |
| 51 |
|
| 47 |
.include <bsd.port.post.mk> |
52 |
.include <bsd.port.post.mk> |