diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-08-18 18:40:38 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-08-18 18:40:38 +0000 |
commit | 6b424af3a1a1a38887a228efdbdfc570b0ac144c (patch) | |
tree | 16dd02fc07dba8c66cd5ff21945ed120358c551b /net/openh323-112 | |
parent | Upgrade to OpenH323 1.1 Beta 3 (with PWLib 1.1 pl 17) (diff) |
portlint fixes
Notes
Notes:
svn path=/head/; revision=31749
Diffstat (limited to 'net/openh323-112')
-rw-r--r-- | net/openh323-112/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile index 36c941ecf0f4..d5bbf1e3a88c 100644 --- a/net/openh323-112/Makefile +++ b/net/openh323-112/Makefile @@ -31,5 +31,4 @@ MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin - .include <bsd.port.mk> |