Lines 39-46
Link Here
|
39 |
|
39 |
|
40 |
# Check for OVT distfile |
40 |
# Check for OVT distfile |
41 |
.if !exists(${DISTDIR}/${DISTNAME}.tar.bz2) && !defined(PACKAGE_BUILDING) |
41 |
.if !exists(${DISTDIR}/${DISTNAME}.tar.bz2) && !defined(PACKAGE_BUILDING) |
42 |
ECHO_MSG=/usr/bin/printf |
42 |
DISTFILE_INSTRUCTIONS=\n\ |
43 |
IGNORE= :\n\ |
|
|
44 |
Because of licensing restrictions, you must fetch the source distribution\n\ |
43 |
Because of licensing restrictions, you must fetch the source distribution\n\ |
45 |
manually. Please access http://ovt.irfu.se/download/ with a web browser and\n\ |
44 |
manually. Please access http://ovt.irfu.se/download/ with a web browser and\n\ |
46 |
follow the \"Download\" link for the \"OVT ${PORTVERSION} Sources\".\n\ |
45 |
follow the \"Download\" link for the \"OVT ${PORTVERSION} Sources\".\n\ |
Lines 49-52
Link Here
|
49 |
Please place this file in ${DISTDIR}.\n |
48 |
Please place this file in ${DISTDIR}.\n |
50 |
.endif |
49 |
.endif |
51 |
|
50 |
|
|
|
51 |
pre-fetch: |
52 |
.if defined(DISTFILE_INSTRUCTIONS) |
53 |
@${PRINTF} "${DISTFILE_INSTRUCTIONS}" |
54 |
@exit 1 |
55 |
.endif |
56 |
|
52 |
.include <bsd.port.post.mk> |
57 |
.include <bsd.port.post.mk> |