Changeset 2944
- Timestamp:
- 06/26/07 20:41:26 (1 year ago)
- Files:
-
- trunk/freewrt/package/openssl/Makefile (modified) (1 diff)
- trunk/freewrt/tools/mirmake/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/openssl/Makefile
r2940 r2944 41 41 endif 42 42 43 pre-configure: 44 x=$$(${BSDMAKE} -f /dev/null ___DISPLAY_MAKEVARS=_MIRMAKE_VER); \ 45 ([[ $$x < 20070626 ]] && { \ 46 echo >&2 'Error: your mirmake is too old!'; \ 47 false; \ 48 } || :) 49 43 50 post-install: 44 51 cd ${WRKSRC}/tinclude && ${PCP} openssl ${WRKINST}/usr/include/ trunk/freewrt/tools/mirmake/Makefile
r2862 r2944 6 6 7 7 PKG_NAME= mirmake 8 PKG_VERSION= 20070 4308 PKG_VERSION= 20070626 9 9 PKG_RELEASE= 1 10 PKG_MD5SUM= e32d0b865386ae4a49206a726b8718ed10 PKG_MD5SUM= a0d5c4b5b1aa096fa84b37599080b799 11 11 DISTFILES= ${PKG_NAME}-${PKG_VERSION}.cpio.gz 12 12 MASTER_SITES= ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/make/}


