diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-28 13:25:38 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-08-28 13:25:38 +0000 |
commit | c357e9461774c00bf39dec891990987839f04312 (patch) | |
tree | 3afd0892dfeadd09ba53719a3574329b4ef72554 /comms | |
parent | 6809186e15b4b070d6aec773ca8e93bf9d1771ac (diff) | |
download | ports-c357e9461774c00bf39dec891990987839f04312.tar.gz ports-c357e9461774c00bf39dec891990987839f04312.zip |
Notes
Diffstat (limited to 'comms')
-rw-r--r-- | comms/gnokii/Makefile | 9 | ||||
-rw-r--r-- | comms/gnokii/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/comms/gnokii/Makefile b/comms/gnokii/Makefile index afb9c13bed86..0dee7843a6a5 100644 --- a/comms/gnokii/Makefile +++ b/comms/gnokii/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnokii -PORTVERSION= 0.6.7 +PORTVERSION= 0.6.8 PORTEPOCH= 1 CATEGORIES= comms MASTER_SITES= http://www.gnokii.org/download/gnokii/ \ @@ -143,14 +143,13 @@ post-patch: post-build: .if defined(WITH_SMSD) - @cd ${WRKSRC}/smsd && ${GMAKE} all - @cd ${WRKSRC}/smsd && ${GMAKE} libfile.la LOCALBASE=${LOCALBASE} .if defined(WITH_MYSQL) - @cd ${WRKSRC}/smsd && ${GMAKE} libmysql.la LOCALBASE=${LOCALBASE} + @${REINPLACE_CMD} -e 's/^DB_LIBS := libfile.la$$/DB_LIBS = libfile.la libmysql.la/' ${WRKSRC}/smsd/Makefile .endif .if defined(WITH_PGSQL) - @cd ${WRKSRC}/smsd && ${GMAKE} libpq.la LOCALBASE=${LOCALBASE} + @${REINPLACE_CMD} -e 's/^DB_LIBS := libfile.la$$/DB_LIBS = libfile.la libpq.la/' -e 's/^DB_LIBS = libfile.la libmysql.la$$/DB_LIBS = libfile.la libpq.la libmysql.la' ${WRKSRC}/smsd/Makefile .endif + @cd ${WRKSRC}/smsd && ${GMAKE} all .endif @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} diff --git a/comms/gnokii/distinfo b/comms/gnokii/distinfo index ee6aab148f7a..99006ce61eaa 100644 --- a/comms/gnokii/distinfo +++ b/comms/gnokii/distinfo @@ -1,2 +1,2 @@ -MD5 (gnokii-0.6.7.tar.bz2) = c80d68549c86f287f24c2bee0e929ded -SIZE (gnokii-0.6.7.tar.bz2) = 1932632 +MD5 (gnokii-0.6.8.tar.bz2) = 8109a8c3eb8ac0ee3e6ef3314bd2ce82 +SIZE (gnokii-0.6.8.tar.bz2) = 1980384 |