diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-08-18 18:27:03 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-08-18 18:27:03 +0000 |
commit | 96c9e4a03d663b4834939d1e2c33ed91893b0302 (patch) | |
tree | 0f78cac588e0b63dc588e3e78f1d3fe1d381adb8 /net/openh323-112/Makefile | |
parent | 70cd22c788e3cf458798f7aadff9667907f7101e (diff) |
Notes
Diffstat (limited to 'net/openh323-112/Makefile')
-rw-r--r-- | net/openh323-112/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index d7d2e33b93e1..36c941ecf0f4 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -6,13 +6,13 @@ # PORTNAME= openh323 -PORTVERSION= 1.1b1 +PORTVERSION= 1.1b3 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \ - pwlib_min_1.1pl15.tar.gz +DISTFILES= openh323_1.1beta3.tar.gz \ + pwlib_min_1.1pl17.tar.gz MAINTAINER= roger@freebsd.org @@ -27,11 +27,9 @@ MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} -MAN1= ohphone.1 do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin .include <bsd.port.mk> |