diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-05-02 08:50:22 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-05-02 08:50:22 +0000 |
commit | d140c906251172c4ac876b6be49313c67918650f (patch) | |
tree | a10422838ad41921d7b740ffa964c40301449f68 | |
parent | Remove unmaintained expired ports from irc (diff) |
Isolate from src.conf settings such as WITHOUT_PROFILE.
While at it, drop MD5 checksum from distinfo.
Reported by: iZEN (by mail)
Notes
Notes:
svn path=/head/; revision=273462
-rw-r--r-- | devel/libublio/Makefile | 3 | ||||
-rw-r--r-- | devel/libublio/distinfo | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/devel/libublio/Makefile b/devel/libublio/Makefile index 88b2c6620002..2bafea688a3a 100644 --- a/devel/libublio/Makefile +++ b/devel/libublio/Makefile @@ -22,6 +22,9 @@ PLIST_SUB+= PROFLIB="@comment " PLIST_SUB+= PROFLIB="" .endif +SRCCONF= ${NONEXISTENT} +MAKE_ENV+= SRCCONF=${SRCCONF} + post-extract: @${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC} diff --git a/devel/libublio/distinfo b/devel/libublio/distinfo index 998c742f0654..b37fa8ee4c8b 100644 --- a/devel/libublio/distinfo +++ b/devel/libublio/distinfo @@ -1,3 +1,2 @@ -MD5 (libublio-20070103.tar.gz) = ec8b05fe4d831111f29485b0ab8a0161 SHA256 (libublio-20070103.tar.gz) = 7c87d1cd7a65ab5ab61f9d7b5279bab6c8169d33d552148d396995c767be919f SIZE (libublio-20070103.tar.gz) = 17238 |