diff options
Diffstat (limited to 'misc/bidwatcher')
-rw-r--r-- | misc/bidwatcher/Makefile | 8 | ||||
-rw-r--r-- | misc/bidwatcher/distinfo | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/bidwatcher/Makefile b/misc/bidwatcher/Makefile index d7b6d5998b16..7eced35ab3d5 100644 --- a/misc/bidwatcher/Makefile +++ b/misc/bidwatcher/Makefile @@ -1,13 +1,12 @@ # New ports collection makefile for: bidwatcher -# Version required: 0.9.9-3 +# Version required: 0.9.11 # Date created: 24 Aug 1999 # Whom: Will Andrews <andrews@technologist.com> # # $FreeBSD$ # -DISTNAME= bidwatcher-0.9.9-3 -PKGNAME= bidwatcher-0.9.9.3 +DISTNAME= bidwatcher-0.9.11 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SUNSITE} \ http://www.low-fi.com/bw/download/ @@ -20,6 +19,7 @@ USE_QT= YES MAKE_ENV= QTDIR=${X11BASE}/include/X11/qt \ SYSCONF_LFLAGS_QT=${X11BASE}/lib \ SYSCONF_MOC=${X11BASE}/bin/moc +MAKEFILE= Makefile.FreeBSD do-install: @${MKDIR} ${PREFIX}/share/bidwatcher @@ -27,6 +27,6 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/bidwatcher @${INSTALL_DATA} ${WRKSRC}/INSTALL ${PREFIX}/share/bidwatcher @${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/bidwatcher - @${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/bidwatcher + @${INSTALL_DATA} ${WRKSRC}/LICENSE.LINUX ${PREFIX}/share/bidwatcher/LICENSE .include <bsd.port.mk> diff --git a/misc/bidwatcher/distinfo b/misc/bidwatcher/distinfo index 2926457aaef5..8e4cc32203c2 100644 --- a/misc/bidwatcher/distinfo +++ b/misc/bidwatcher/distinfo @@ -1 +1 @@ -MD5 (bidwatcher-0.9.9-3.tar.gz) = e1ef3eb29a80acacf4e8fc915d7ab1e1 +MD5 (bidwatcher-0.9.11.tar.gz) = 687a520c52a8face2b142bfd3e194130 |